stackblitz / webcontainer-core

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

favicon.ico is broken in stackblitz but not in BOLT! #1576

Open oppressionslayer opened 2 weeks ago

oppressionslayer commented 2 weeks ago

Describe the bug

This is a non-commercial version of StackBlitz.

If you’re using this for business purposes, please purchase a license here.

~/projects/stackblitz-starters-bybem9 ❯ npm install && npx next dev npm WARN deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm WARN deprecated glob@7.1.7: Glob versions prior to v9 are no longer supported npm WARN deprecated eslint@8.49.0: This version is no longer supported. Please see https://eslint.org/version-support for other options. npm WARN deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead npm WARN deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead

added 374 packages in 2s

141 packages are looking for funding run npm fund for details Downloading swc package @next/swc-wasm-nodejs... ⚠ Attempted to load @next/swc-linux-x64-gnu, but an error occurred: Cannot load native addon because loading addons is disabled: /home/projects/stackblitz-starters-bybem9/node_modules/@next/swc-linux-x64-gnu/next-swc.linux-x64-gnu.node ⚠ Attempted to load @next/swc-linux-x64-musl, but an error occurred: Cannot load native addon because loading addons is disabled: /home/projects/stackblitz-starters-bybem9/node_modules/@next/swc-linux-x64-musl/next-swc.linux-x64-musl.node ▲ Next.js 13.5.1

Link to the blitz that caused the error

https://stackblitz.com/edit/stackblitz-starters-bybem9?file=README.md

Steps to reproduce

  1. Just run the project in stackblitz and these errors show up.
  2. Run the prhect.
  3. Switch to BOLT and no issues at atll. Im running Google Chrome

Expected behavior

For this to have no error as in the BOLT environment

Parity with Local

Screenshots

No response

Platform

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": 66719026,
  "usedJSHeapSize": 63136978,
  "jsHeapSizeLimit": 4294705152
}
Hash = 34c588ed

Additional context

No response