stackblitz / webcontainer-core

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

Project works locally without any issues #1601

Open inceptivco opened 1 week ago

inceptivco commented 1 week ago

Describe the bug

I am trying to get

Link to the blitz that caused the error

https://stackblitz.com/~/github.com/boxyhq/saas-starter-kit?file=package.json

Steps to reproduce

  1. import repo https://github.com/boxyhq/saas-starter-kit
  2. try to run in stackblitz as I love the cloud environment
  3. receive error on build image
Screenshot 2024-11-13 at 9 49 28 AM

Expected behavior

Runs without errors.

Parity with Local

Screenshots

No response

Platform

Version = 1.84.0
Hash = 3b0b7194bc6b567c2eaf4c96a5759098469dcf59
WebContainer = f565b097

Browser name  = Chrome
Full version  = 130.0.0.0
Major version = 130
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 116923739,
  "usedJSHeapSize": 112655655,
  "jsHeapSizeLimit": 4294705152
}

Additional context

This works on every other environment, something isn't playing well on stackblitz. Haven't been able to find a solve.