Replies: 1 comment 5 replies
-
Hmm...I'm not sure if we can help you without more information unfortunately. What do you see when you navigate to the address? Any logs in the browser you can share? |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi, I'm using code-server on Raspberry Pi 3B+ with raspbian lite (64 bit arm). I'm using swag(nginx on container) as proxy manager and all the other sites I'm hosting are working perfectly but code-server don't. I start it with 0.0.0.0:4500 with the port 4500 forwarded to vscode.(subdomain).org. This is my console log
pi@raspberrypi:~ $ code-server --bind-addr 0.0.0.0:4500 [2022-03-12T08:40:56.177Z] info code-server 4.1.0 9e620e90f53fb91338a2ba1aaa2e556d42ae52d5 [2022-03-12T08:40:56.187Z] info Using user-data-dir ~/.local/share/code-server [2022-03-12T08:40:56.311Z] info Using config file ~/.config/code-server/config.yaml [2022-03-12T08:40:56.311Z] info HTTPS server listening on https://0.0.0.0:4500/ [2022-03-12T08:40:56.312Z] info - Authentication is disabled [2022-03-12T08:40:56.312Z] info - Using certificate for HTTPS: ~/.local/share/code-server/localhost.crt
Is still stuck right there and page is not working
Beta Was this translation helpful? Give feedback.
All reactions