Replies: 1 comment 4 replies
-
Could you grab some logs? https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server Are you using a reverse proxy or giving these certificates directly to code-server? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
code-server --version
: 3.5.0I've installed Code-Server 3.5.0 in my Raspberry Pi, it is running over HTTPS using no self-signed certificates.
When I connect from a browser (with root CA already installed) I'm getting inmediatelly the
Cannot reconnect. Please reload the window.
message and everything doesn't work anymore until I reload the page.I'm using this bash script to install (NodeJS, NPM, Yarn) Code-Server and during the installation I'm getting this log message.
If I disable HTTPS and run Code-Server on HTTP (without certificates), Code-Server works.
This issue is similar to this #1884 and #1227, the unique difference it is I'm running on Raspberry Pi armv7 (Buster - 32bits).
Any idea how to fix this problem?.
Regards.
Beta Was this translation helpful? Give feedback.
All reactions