-
Notifications
You must be signed in to change notification settings - Fork 6k
Web Socket connection failed after login with blank page #1147
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
Comments
I ran into this issue before, turns out my ingress was swallowing the websocket update message. so i had to switch to use node port to expose the port instead. check if anything is block the websocket update message. |
I see the same issues, I'm using a Nginx reverse proxy", using this setup: https://github.com/cdr/code-server/blob/master/doc/quickstart.md With the docker-compose. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chrome Developer Console
Apache Error Log
... Is there a module i forgot?
Description
I just follow This quickstart guide
but i got a blank page after login with Socket connection fail message
Related Issues
#1122 , unlike this issue, i just using HTTP
The text was updated successfully, but these errors were encountered: