Replies: 2 comments 2 replies
-
@JZLeung you need to proxy the websocket connection to your container. Use the snippet below as your reference. Note that this is for https connection.
Hope this helps. Regards, Martinus |
Beta Was this translation helpful? Give feedback.
2 replies
-
Does VS Code still work properly? The 404s all look like files that normally only load during development. Did you ever run a development build of code-server? Clearing the cache might resolve the errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
code-server --version
: 3.4.1Docker command
docker run -it -p 127.0.0.1:8080:8080 --name codeserver -v "$PWD:/home/coder/project" -u "$(id -u):$(id -g)" codercom/code-server:latest
Nginx configurations
Docker Logs
Result
all resources from
/lib/vscode/out/vs/base/common/
are 404.Beta Was this translation helpful? Give feedback.
All reactions