You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As i use caddy run this prebuild assets from github, and use the following command to carry out . caddy_windows_amd64.exe file-server --root C:\Users\12509\Desktop\www\codesandbox --listen local.netease.com:8443
Aflter that i open my browser to visit "https://local.netease.com:8443/" ,And open my Devtools find that
`
url-generator.js:239 Uncaught (in promise) Error: Can't detect sandbox ID from the current URL
at t.getSandboxId (url-generator.js:239:15)
at index.ts:95:16
`
What can i do?
The text was updated successfully, but these errors were encountered:
It's intended, because the sandbox is mainly used to be integrated with Tango, the data needs to be run in sandbox (including the sandbox id) will be passed from the Tango Designer. So if you open the sandbox directly, it'll throw such error and shows nothing.
BTW please use the Caddyfile in the codesandbox repo, because a HTTP response header is required since Chrome 115. For details, please follow the quick start guide.
Yep, there're still things need to be done for the opensource version. If you're interested, feel free to follow and ask in the main repository https://github.com/NetEase/tango , since this repo is mainly for hosting the demo site.
As i use caddy run this prebuild assets from github, and use the following command to carry out .
caddy_windows_amd64.exe file-server --root C:\Users\12509\Desktop\www\codesandbox --listen local.netease.com:8443
Aflter that i open my browser to visit "https://local.netease.com:8443/" ,And open my Devtools find that
`
url-generator.js:239 Uncaught (in promise) Error: Can't detect sandbox ID from the current URL
at t.getSandboxId (url-generator.js:239:15)
at index.ts:95:16
`
What can i do?
The text was updated successfully, but these errors were encountered: