Artifacts not loading #8583
-
What happened?I'm running LibreChat through Docker on my local machine, and it was functioning properly until recently when artifacts stopped working. I saw that there is a new tutorial for creating a static browser server for sandpack to work. But as I'm running this locally and did have (until recently) it running well, I wonder if there's something else I'm missing before adding the overhead from the tutorial. All I seem to get from the network tab is a cancelled request to codesandbox.io and the error message in the sandpack ui. ![]() Version Informationlibrechat latest d22a4b3749e3 2 hours ago 2.34GB Steps to Reproduce
What browsers are you seeing the problem on?Chrome Relevant log outputRequest URL
https://2-19-8-sandpack.codesandbox.io/
Referrer Policy
strict-origin-when-cross-origin Screenshots![]() Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
If running sandpack locally, you would also need to run: https://github.com/LibreChat-AI/codesandbox-client Both that repo and the tutorial you shared are for learning/dev purposes. Ideally you would have your own HTTPS API acting as a CDN for the static files serving for both templates |
Beta Was this translation helpful? Give feedback.
-
@bubbaspaarx |
Beta Was this translation helpful? Give feedback.
-
Experiencing similar problem, possible to share config? |
Beta Was this translation helpful? Give feedback.
Thank you Danny,
I set this all up and got the same issues. After several hours of debugging I opened it in safari and all was fine. I had a chrome specific issue which was blocking the calls. Refreshed cache and all started working again.