We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When a socket.io connection is alive and reload my page, I get this error message;
XMLHttpRequest cannot load https://api.s.com/socket.io/1//_vlX-debgDV22Dhw2G4x/?disconnect=1. Origin https://localhost.s.com is not allowed by Access-Control-Allow-Origin. 2 Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101 socket.io.js:1861
When I inspect the response it indeed doesn't have anything regarding Access-Control-Allow-Origin at all.
The text was updated successfully, but these errors were encountered:
Just upgraded to 0.9.10 and it seems to have fixed the issue for me. Does that help you?
Sorry, something went wrong.
This is indeed fixed, thank you for the heads up! :)
No branches or pull requests
When a socket.io connection is alive and reload my page, I get this error message;
When I inspect the response it indeed doesn't have anything regarding Access-Control-Allow-Origin at all.
The text was updated successfully, but these errors were encountered: