-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Can't connect to websockets #74
Comments
Are you doing nginx proxying? you need to enable websockets for it to work |
We're using AWS's ALB which supports websockets, under the hood I believe this is exactly what it's doing |
This is what our ec2s have on them |
can you make sure it's the nodejs app that's the issue by hosting a websocket test nodejs app? |
this is the output, and yeah I can try make a small example (for reference, the websocket connection it's suppose to be making is |
It's possible it has something to do with the websocket connection that's trying to be made is in an iframe? |
no, i meant instead of hosting rammerhead, can you host a small websocket test server in place of rammerhead? |
For some reason our website when accessed through rammerhead can't connect to websockets when we host it ourselves, but this seems to be fixed in the closed source version.
Any insight into what's going on / what the fix might be?
The text was updated successfully, but these errors were encountered: