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 |
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. |
0 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.
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:latestNginx configurations
Docker Logs
Result
all resources from
/lib/vscode/out/vs/base/common/are 404.All reactions