webcontainer-core icon indicating copy to clipboard operation
webcontainer-core copied to clipboard

Stackblitz errors when launching vite project

Open fzaninotto opened this issue 4 months ago • 0 comments

Describe the bug

The project console shows errors like:

simple?file=README.md:8 Uncaught (in promise) Error: Unhandled Promise Rejection: Could not find source file: 'stackblitz:/src/comments/PostQuickCreateCancelButton.tsx'.

The web view is empty

Link to the blitz that caused the error

https://stackblitz.com/github/marmelab/react-admin/tree/4.x/examples/simple?file=README.md

Steps to reproduce

  1. Go to https://stackblitz.com/github/marmelab/react-admin/tree/4.x/examples/simple?file=README.md
  2. Open the console

Expected behavior

No errors, and a working app on the right

Parity with Local

Screenshots

No response

Platform

Browser name  = Chrome
Full version  = 129.0.0.0
Major version = 129
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 134414616,
  "usedJSHeapSize": 130494488,
  "jsHeapSizeLimit": 4294705152
}
Hash = 134daa3c

Additional context

No response

fzaninotto avatar Oct 02 '24 11:10 fzaninotto