stackblitz / webcontainer-core

Dev environments. In your web app.
https://webcontainers.io
MIT License
3.93k stars 172 forks source link

bolt app files become blank after generation completes #1517

Open madmaxbr5 opened 1 month ago

madmaxbr5 commented 1 month ago

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

  1. Go to bolt.new
  2. Prompt an app
  3. 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

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