This is the error that I am getting on console while firing an event using tinker. I am able to connect to XXXs.XXX.com:8443/laravel-websockets, where I can see the default channel and socketId is being created. The socket has been deployed on nginx server. Server is secured with the whitelisting and blacklisting IPs/Urls. The project is running on XXXs.XXX.com:8443 port and on same the websocket is running on XXXs.XXX.com:6001 port. For the pusher credentials, I am using: PUSHER_APP_ID=MY_ID, PUSHER_APP_KEY='MY_KEY', PUSHER_APP_SECRET=MY_SECRET, Also the certificate has been attached, and hence no issue while connecting to socket. Since there's no issue on local system, so I doubt there is some server/system related issue, but unable to find one.
Asked
Active
Viewed 57 times
0
-
Added the error response from dev-tools when called an event: "ok":false,"exception":"Pusher error: \n\n \n \n \n\n
Not Found<\/title>\n\n \n \n – Pratik Lalan Feb 22 '23 at 05:34