Replies: 7 comments 1 reply
-
I have the same issue when trying to run in docker |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I got the same issue, running in a docker container! |
Beta Was this translation helpful? Give feedback.
-
From what I saw, when you run Python things, or actions that have to do with Python libraries, the library used in the browser does not support it and breaks. It is good for creating JS-based projects. |
Beta Was this translation helpful? Give feedback.
-
any resolution for this issue? I'm running bolt diy via docker on Ubuntu 22.04 LTS and facing the same issue. Seems related to CORS; how to get it sorted? |
Beta Was this translation helpful? Give feedback.
-
Same issue here, just got it running in docker |
Beta Was this translation helpful? Give feedback.
-
I also encountered the same issue using Docker. The solution was to use the URL http://localhost:5173. |
Beta Was this translation helpful? Give feedback.
-
I cloned it from your github. Deployed it on an ubuntu 22.04 server and try to access it via webbrowser from another machine on the same LAN. I started it with pnpm dev --host xxx.xxx.xxx.xxx and I can access it in the webbrowser. The API works but it does not create any files. A red X appears next to example: X Create package.json. When I try to open the terminal it says: Failed to spawn shell
Failed to execute 'postMessage' on 'Worker': SharedArrayBuffer transfer requires self.crossOriginIsolated. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions