-
Notifications
You must be signed in to change notification settings - Fork 3k
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
React App using socket.io client tries to make a connection to http://127.0.0.1:50005/socket.io/?EIO=3&transport=polling&t=MLY0Fkf, but I am using a remote socket server + enforcing websocket transport #1228
Comments
What is the value of |
Thanks @darrachequesne - it is indeed defined there, I just removed it for a placeholder before posting this. |
Closing as this appears to be an issue in the |
@acoutts The Error 👍 |
@anshulshacks could you please provide a way to reproduce, and create a new issue with all necessary details? Thanks! |
any news on the fix for this issue? |
You want to:
Current behaviour
Users are seeing this error in their browser, as well as myself on my local environment:
Steps to reproduce (if the current behaviour is a bug)
Note that the socket server is remote but socket.io is still trying to open a localhost connection on every end user browser.
Expected behaviour
It should not attempt to connect to this localhost socket.
Note: socket.io is working as expected otherwise, this is just an error that users are reporting they are seeing.
Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
The text was updated successfully, but these errors were encountered: