stackblitz / webcontainer-core

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

Stuck at 'installing dependencies' #1136

Open techybolek opened 1 year ago

techybolek commented 1 year ago

Describe the bug

I've opened an example from angular. Made a small change. Saved it. The updated app never launches and ends up stuck at 'installing dependencies'.

Link to the blitz that caused the error

https://stackblitz.com/edit/gqanbj?file=src%2Fexample%2Fcheckbox-overview-example.ts

Steps to reproduce

  1. Got to https://material.angular.io/components/checkbox/overview
  2. Click 'Edit basic checkbox example in stackblitz'
  3. Wait until stackblitz launches, ensure the application launches correctly
  4. Make a small change. For example, change the label of one of the checkboxes
  5. Save
  6. The updated app never launches and ends up stuck at 'installing dependencies'.

Expected behavior

After a reasonable amount of time the updated application launches.

Parity with Local

Screenshots

No response

Platform

Browser name  = Chrome
Full version  = 114.0.0.0
Major version = 114
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 99690243,
  "usedJSHeapSize": 96587027,
  "jsHeapSizeLimit": 4294705152
}
Hash = bec01ace

Additional context

No response

SamVerschueren commented 1 year ago

Hey @techybolek 👋 ! Thanks for reaching out.

Do you happen to have a screenshot of what you see? Maybe also check the DevTools if you see any errors that could point us in the right direction?

I tried launching the example and it did work out of the box for me.

image

techybolek commented 1 year ago

As described, the out of the box example worked for me too. What didn't work was making modifications to it.

jrvidal commented 5 months ago

@techybolek :wave: Is this something you can still reproduce?