Error: WebSocket close with status code 1006 #4410
Replies: 2 comments 3 replies
-
This is very odd indeed! Are there any browser/server logs you can share? That will help me or @code-asher help you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Make sure you have set up apache to handle websockets.
#1544 (comment)
We still need to add Apache to the docs.
#2452
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
adrien914
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello tech friends !
I'm having a weird issue that i can't manage to fix, i installed a code-server on a debian 10 cloud instance and I can't seem to be able to connect to it, i'm getting the error you see on the image below after.
I'm using the latest release of code-sever and am using apache2 as a reverse proxy, i am using https but i also tried with http and it doesn't work either so i don't think the issue comes from this.
I saw some posts saying i should disable a proxy to localhost thing in the settings.json but i can't find this file anywhere.
I tried to reinstall it, to run it on 0.0.0.0 instead of 127.0.0.1 and nothing works.
Anyone has an idea what's causing this ?
Beta Was this translation helpful? Give feedback.
All reactions