codesandbox-client
codesandbox-client copied to clipboard
VSCode Server Fails to Start When Creating Docker Project: "/vscode/1.89.1.24130/node: not found"
trafficstars
🐛 bug report
Preflight Checklist
- [x] I have read the [Contributing Guidelines][contributing] for this project.
- [x] I agree to follow the [Code of Conduct][code_of_conduct] that this project adheres to.
- [x] 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
- Open CodeSandbox
- Attempt to create a new project using the Docker template
- Wait for the project to initialize
- Observe that the process gets stuck at "Starting VSCode server..."
- 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.