Artifacts not generating using code sabox #8729
saikiran2197
started this conversation in
Help Wanted
Replies: 2 comments
-
Any advice here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi, have you solve this issue? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a bit confused with which approach to use to host very simple artifacts using code sandbox.
I can see there are 2 different guides available:
https://github.com/LibreChat-AI/static-browser-server/blob/main/README.md
https://github.com/LibreChat-AI/codesandbox-client/blob/main/README.md
I have tried using the codesanbox-client approach
I downloaded the bundle and and I host the files on my server using express with CORS enabled
I still get the following error:
Couldn't connect to server
This means sandpack cannot connect to the runtime or your network is having some issues. Please check the network tab in your browser and try again. If the problem persists, report it via email or submit an issue on GitHub.
ENV: create-react-app
ERROR: TIME_OUT
Try again
This is what my Network call looks like: http://26f1351e8bd3d40-{servername}:8000/__csb_relay/
My follow up questions:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions