codesandbox / codesandbox-client

An online IDE for rapid web development
https://codesandbox.io
Other
13.04k stars 2.27k forks source link

Sandbox is opening instead of devbox using githubbox #8400

Closed mho22 closed 6 months ago

mho22 commented 6 months ago

🐛 bug report

Preflight Checklist

Description of the problem

My Github repository isn't opened in a devbox whereas a .codesandbox/tasks.json is available on project's root.

When I click on the link, I actually see the devbox word in the url, but it is quickly replaced by the word sandbox.

How has this issue affected you? What are you trying to accomplish?

To Reproduce

Click on the Link to sandbox.

Link to sandbox: link

mho22 commented 6 months ago

I added a .devcontainer/devcontainer.json file with :

{
    "name": "Node.js",
    "image": "mcr.microsoft.com/devcontainers/javascript-node:20"
}

And it worked like a charm.