Skip to content
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

VSCode Server Fails to Start When Creating Docker Project: "/vscode/1.89.1.24130/node: not found" #8616

Open
3 tasks done
thefatdeveloper opened this issue Sep 16, 2024 · 4 comments

Comments

@thefatdeveloper
Copy link

image

🐛 bug report

Preflight Checklist

  • I have read the [Contributing Guidelines][contributing] for this project.
  • I agree to follow the [Code of Conduct][code_of_conduct] that this project adheres to.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Description of the problem

When attempting to create a project in CodeSandbox using the Docker template, the process gets stuck at the VS Code server boot up stage. The server fails to start, preventing the project from being created.

How has this issue affected me ? What am I trying to accomplish?

This issue is preventing me from creating and working on a Docker-based project in CodeSandbox. I'm unable to proceed with my development work due to this error.

To Reproduce

  1. Open CodeSandbox
  2. Attempt to create a new project using the Docker template
  3. Wait for the project to initialize
  4. Observe that the process gets stuck at "Starting VSCode server..."
  5. Check the console output, which shows an error: "/vscode/1.89.1.24130/node: not found"

Link to sandbox: link (optional)

(https://codesandbox.io/p/github/thefatdeveloper/nginx-docker-example/main?workspaceId=17d20f2e-9c30-4441-8067-800d0e9d3ceb)

Need Help in resolving this.

@ProchaLu
Copy link

ProchaLu commented Sep 18, 2024

When starting a project directly from GitHub and changing the URL to githubbox, I also encounter the following error:

> /vscode/1.89.1.24130/bin/codium-server --port 50000-50100 --connection-token-file /var/run/pitcher/.vscode/1.89.1.24130/.token
/vscode/1.89.1.24130/bin/codium-server: line 12: /vscode/1.89.1.24130/node: not found

Additionally, a small popup window is visible that the VS Code Server initialization was skipped

Screenshot 2024-09-18 at 12 33 11

As a workaround, you can skip it by clicking on "Skip VS Code initialization"

@thefatdeveloper
Copy link
Author

Yeah, i tried skipping that step, but problem is GIT workflow will fail and you will not be able to checkin any code back :(

@filipelima18
Copy link
Contributor

Hi @thefatdeveloper, Are you still experiencing this issue? I was unable to reproduce it. Clearing your browser cache and cookies might help - but let me know if that doesn't work and we can look into it.

@ProchaLu
Copy link

@filipelima18 Tried it with the incognito mode of Google Chrome, didn't experience any issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants