Replies: 1 comment 7 replies
-
That's very strange. I have never seen this error before 🤔 Hmm... looks like this worked in the past. Not sure about now. Or this fix. Basically, putting |
Beta Was this translation helpful? Give feedback.
7 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.
Uh oh!
There was an error while loading. Please reload this page.
-
When I attempt to install a remote extension I get the following error:
I run the code-server using the official image like so:
docker run -it --name code-server-test -p SERVER_IP:8080:8080 -v "$HOME/.config:/home/coder/.config" -v "$PWD:/home/coder/project" -u "$(id -u):$(id -g)" -e "DOCKER_USER=$USER" codercom/code-server:latest
What has to be done to fix this?
Beta Was this translation helpful? Give feedback.
All reactions