stackblitz / webcontainer-core

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

Failed To Boot WebContainer #1399

Open annisa2909 opened 3 months ago

annisa2909 commented 3 months ago

Describe the bug

Cannot run the project because the terminal cannot be used. On the output side the notification 'Failed to boot webcontainer' appears.

Link to the blitz that caused the error

https://stackblitz.com/edit/stackblitz-starters-xypdua?description=Starter%20project%20for%20Node.js,%20a%20JavaScript%20runtime%20built%20on%20Chrome%27s%20V8%20JavaScript%20engine&file=index.js&title=node.new%20Starter

Steps to reproduce

  1. go to link https://stackblitz.com/edit/stackblitz-starters-xypdua?file=index.js
  2. look at the terminals and output side

Expected behavior

I want the terminal to be re-executable so it can run programs.

Parity with Local

Screenshots

image

Platform

Browser name  = Chrome
Full version  = 123.0.0.0
Major version = 123
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 61975681,
  "usedJSHeapSize": 53353965,
  "jsHeapSizeLimit": 1067188224
}
Hash = 7dbe22a9

Additional context

No response

kirjavascript commented 2 months ago

hi :wave: thanks for reporting this issue!

I cannot seem to reproduce the issue - can you post the text of the errors you get in the terminal?

Could you also try accessing the page from an alternative network connection to ensure these URLs are not being blocked by a VPN or other network restrictions?

Additionally, if you post the output of curl -v https://foobar.w-credentialless-staticblitz.com/iframe.7dbe22a9.html so we can check it's browser specific?