Closed ynspc closed 5 years ago
Has any help been offered regarding this?
First, see here: https://docs.beyondco.de/laravel-websockets/1.0/basic-usage/pusher.html#usage-with-laravel-echo you'll need to set disableStats: true
to prevent Echo from firing off requests to sockjs.pusher.com
.
For the second issue, make sure your port 6001 is open on your server's firewall.
@francislavoie I followed your instructions and I still facing this issue. I deployed on Laravel Forge. It works on localhost and I have set up websockets on forge using the instruction in the docs but still I face this issue. Help please
Same here, any solution about it?
Same here, any solution about it? pusher work on my computer where the app is installed, but in another device is connected on my local is not work, have an issue with cors
In local it works fine but when it is hosted in live server, it shows following issue
and
Any help is appreciated, thank you.