mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1570] I can't connect to Socket.IO servers #496
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#496
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sawa-ko on GitHub (Mar 30, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1570
Describe the bug
I am unable to test socket.io to the tool's default server (wss://main-daxrc78qyb411dls-gtw.qovery.io).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A message telling me that the connection was successful and to be able to test.
Screenshots

Desktop:
Additional context
It also happens when trying to connect to other Socket.IO servers.
@liyasthomas commented on GitHub (Mar 30, 2021):
This seems like an issue with
CORSrestrictions.Read more →Troubleshooting
Run the following command:
should return something like:
If that’s not the case, please check that your server is listening and is actually reachable on the given port.
@jmcdo29 commented on GitHub (Mar 30, 2021):
I was just debugging this as well. Make sure your socket.io version is at least v3 (as socket.io v2 and v3 are not fully compatible, but socket.io v3 and v4 are)
@liyasthomas commented on GitHub (Mar 30, 2021):
Feel free to re-open if issue is persisting even after updating
Socket.ioto latest version.