-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transport=polling not found #82
Comments
did you enable transport polling on your server? |
this sounds like an issue with how you're using Socket.IO. |
I had the same issue and fixed it by connecting to socker io server:
|
Thanks @dexity this solved my issue. |
Nice, it also solved my Issue With Express, angularjs, Centos server, and virtualized apps. |
I am trying to set up an express 4 server using socket.io and an angular frontend. I keep getting errors in the console and the browser about
transport=polling
not found.In the terminal:
GET /socket.io/?EIO=3&transport=polling&t=1411419424649-79 404 0.486 ms - 74
In the browser:
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:3000/socket.io/?EIO=3&transport=polling&t=1411419457464-84
What creates these errors?
The text was updated successfully, but these errors were encountered: