0

console error

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.

Pratik Lalan
  • 93
  • 1
  • 1
  • 6
  • 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 <!-- Fonts -->\n <link href='\"\/\/fonts.gstatic.com\"' rel='\"dns-prefetch\"'/>\n <link href='\"https:\/\/fonts.googleapis.com\'/> – Pratik Lalan Feb 22 '23 at 05:34

0 Answers0