Open
Description
Describe the bug
I use the live preview WebContainer to test my program, it works great for the first session. After that, the webcontainer just gets stuck at "Booting web container" with a check mark next to it.
Chrome on ChromeOS
Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-gazbbgdi?file=index.html
Steps to reproduce
- Load into a brand new project
- Edit some code
- Exit the tab or project
- Go back to the project and see that WebContainer no work.
Expected behavior
I expected it to load my website to the right for testing.
Parity with Local
- 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 = 130.0.0.0
Major version = 130
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
performance.memory = {
"totalJSHeapSize": 107660068,
"usedJSHeapSize": 81083176,
"jsHeapSizeLimit": 2078277632
}
Hash = 4d9fd228
Additional context
No response