Skip to content

Can't open a workspace #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
romanrehacek opened this issue Apr 17, 2019 · 1 comment
Closed

Can't open a workspace #507

romanrehacek opened this issue Apr 17, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@romanrehacek
Copy link

  • code-server version: 1.621
  • OS Version: ubuntu 18

Description

When I use latest docker image, I can't open a workspace or add folder to workspace. Nothing happend. No refresh, no error, no new added folder in exploler. Mounted folder works.

docker run -it -p 3400:8443 --name test -v "/var/www:/home/coder/project" codercom/code-server --allow-http --no-auth

But when I try older docker image, it works.

docker run -it -p 3400:8443 --name test -v "/var/www:/home/coder/project" codercom/code-server:1.604-vsc1.32.0 --allow-http --no-auth
@romanrehacek romanrehacek added the bug Something isn't working label Apr 17, 2019
@foresthoffman
Copy link
Contributor

This is a duplicate of #490, we'll track the issue there. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants