Reputation: 112
I am using express js, socket.io, and easyRtc for my back-end. I've to connect the back-end with client-side code. And we are hitting http://localhost:3333/quagmire-api/ to connect with the server-side. All the other requests are coming fine rather than
this web socket url.
This error is coming when we are using http://localhost:3333/quagmire-api/ this url. But when we are using http://localhost:3333/ this url (means when the server is running without /quagmire-api/) it working fine. This is working here.
Help me with this. How can i resolve this?
Upvotes: 1
Views: 130