webcontainer-core
webcontainer-core copied to clipboard
bolt app files become blank after generation completes
Describe the bug
I prompt bolt to create an app, and it appears to write all the code and run a deploy command. But then all the files turn blank immediately and the "steps" appear to be stuck processing on step 1.
Link to the blitz that caused the error
https://stackblitz.com/edit/sb1-kv1nmc
Steps to reproduce
- Go to bolt.new
- Prompt an app
- Try to view the files after the generation finishes.
Expected behavior
obviously, the files should persist so I can actually try to use the app.
Parity with Local
- [X] I have run the project in my local machine and I could not reproduce the issue.
Screenshots
No response
Platform
Browser name = Chrome
Full version = 127.0.0.0
Major version = 127
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 97219963,
"usedJSHeapSize": 92417583,
"jsHeapSizeLimit": 4294705152
}
Hash = 134daa3c
Additional context
No response