Alex Hackney

Results 18 comments of Alex Hackney

Seems like it could be a config issue. Are you sure the App Key is correct? The server is responding to requests but not to wss requests.

You have to create a config. https://docs.soketi.app/getting-started/environment-variables On Thu, Mar 17, 2022 at 11:41 AM felipesmendes ***@***.***> wrote: > Where do I configure the app key in soketi? I used...

The timeout is what makes me think its a server issue. You should be able to connect to the server even with the wrong key. In Laravel echo is obviously...

It's clearly not the same server. You said you were connecting to: `Soketi Server (https://servicos.inoprime.com.br/)` in your original post but here you're connecting to socket.inoprime.com.br:6002 Different server, different port. I...

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 the ws entries and force...

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 both envs? along with the...

Your server is functioning. This would be in echo config.

Right so remove ws and set forcetls to true

I didn't read the comments thoroughly enough the first time through but [This Comment](https://github.com/FriendsOfPHP/Goutte/issues/401#issuecomment-591760247) is spot on. I found it after digging through the code with trial and error. This:...