Replies: 1 comment
-
That part of the code seem to extract the id from the url so it's weird that there never any id in there to extract 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to host the bundler for react sandpack on a private github pages. I saw in the code that you had it setup in dev to work on the public github pages so I figure it might work. I want to host it on a real domain eventually, but there a lot of red tape where I work for that, so for now I just want to get it working somewhere as a POC.
I edited the build process trying to get it to work but the bundler inside the iframe give me an error about
Can't detect sandbox ID from the current URL
.I looked everywhere and I can't seem to find how the
sandboxId
is passed down to the bundler. Even onhttps://sandpack.codesandbox.io/
, the sandbox in the doc don't seem to pass any parameters that contain this id.How is the id passed down?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions