-
Notifications
You must be signed in to change notification settings - Fork 433
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
Bad Gateway for Custom Sandbox #51
Comments
Hi @btahir, I think the problem is you don't specify Could you please share your |
I'm suspecting the server doesn't start for some reason. You can also ssh into to your sandbox using E2B CLI:
to see what's going wrong there |
I'm using the nextjs template so you can reproduce this just trying to create a new sandbox using the Dockerfile + compute.sh file there. |
I'm experiencing difficulties while trying to set up and use a custom sandbox. Specifically:
After deploying a sandbox, I consistently receive a "Bad Gateway" error when attempting to access the artifact.
I did get this message when I created Sandbox
Could be the Dockerfile for nextjs template needs updating.
You also need to change the shadcn commands to
sahdcn-ui becomes shadcn in the latest version.
Steps To Reproduce
I think you can try building a new Sandbox using the nextjs template here and hopefully fix the issues by updating the Dockerfile.
The text was updated successfully, but these errors were encountered: