Replies: 2 comments 17 replies
-
I solved my own problem! I created a new droplet and it worked perfectly 🤷♂️. I guess I broke the config files. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Never mind, it seems that new VMs work better than older ones. I haven't edited the log files, but code-server pops up with "Cannot reconnect. Please reload the window." especially when opening large log files, and when opening the terminal. As a side note, this only happens when using nginx so it could either be the ssl cert or ngnix (I haven't tested nginx without ssl yet). |
Beta Was this translation helpful? Give feedback.
17 replies
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.
-
I've just installed code-server on a DO droplet, but I am having some issues. I accessed it at http://[my-ip]:8080, and it seems to work fine. However, when I set up nginx and used this as a reverse proxy to port 8080, it only works for around a minute before I get a "Cannot reconnect. Please reload the window." error. I can reload it and it works fine, but it usually will stop working after a minute. I installed code-server via the script, with Node.js version 12.18.4 LTS. I don't know if this helps, but I have 1gb RAM and 1vCPU, so it may be an issue with the droplet being underpowered. I don't know if this helps either, but code-server got killed recently because of an OOME. If anyone could help, I'd really appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions