felipesmendes

Results 27 comments of felipesmendes

Someone fixed the issue? I got the same problem

Same here, there is no way to handle this Exception and redirects user to login page?

@sctaix Did you solve the issue? I getting the same error here but I'm using [mysql-events](https://github.com/spencerlambert/mysql-events) package. How did you do?

Where do I configure the app key in soketi? I used the default configuration.

Hello @alexhackney I created the config and change the app key but I already with this problem, I think its some problem in Laravel Echo client, is there any way...

I already using this chrome extension See the connection working: ![image](https://user-images.githubusercontent.com/992965/158852200-952349c0-2f0a-451d-a63c-eef0687d5ed4.png) The .env is same in both of servers (develop and production) The unique thing that is diferent is the...

@alexhackney Yes its beause I changed to this configuration thinking thats the problem in port or ssl https://docs.soketi.app/getting-started/backend-configuration/nginx-configuration and the prod end has this configuration like the official documentation ```...

> Also, locally you're not using an SSL and in production you are. > > Your server is probably setup for only wss. > > So you could try removing...

> But are the values the same? > > All MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" does is make MIX_PUSHER_APP_KEY = PUSHER_APP_KEY and makes it available in mix. > > Is PUSHER_APP_KEY the same in...

> Your server is functioning. > > This would be in echo config. The Echo config is this: ``` window.Echo = new laravel_echo__WEBPACK_IMPORTED_MODULE_0__["default"]({ broadcaster: 'pusher', key: "tracker", wsHost: "socket.inoprime.com.br", wsPort:...