Now my dev isn't working either. Console shows ERR_BLOCKED_BY_CLIENT when trying to GET https://js.pusher.com/4.3/pusher.min.js Which makes since because I'm behind a proxy. But it shouldn't be accessing anything outside anyway. The package is installed. Did I just get a buggy package update?
Sep 29, 2020
5
Level 4
Laravel Websockets Stats and Authentication
I've installed Laravel Websockets and on my dev environment and all seems to work. Broadcasting, stats collecting, stats view, all good. When I deploy to production Broadcasting works but:
- No stats are getting written to the database.
- I get a 403 unauthorized when I try to hit the stats view (/laravel-websockets)
- I'm getting occasional large stack trace errors that seem to be associated to Broadcasting and middleware.
Is this a common issue here that someone could help with?
Laravel 6 CentOS 7
Please or to participate in this conversation.