sveltejs / learn.svelte.dev

A soup-to-nuts interactive tutorial on how to build apps with Svelte
https://learn.svelte.dev
MIT License
472 stars 235 forks source link

Web Containers will not load #597

Open jbulow opened 3 months ago

jbulow commented 3 months ago

Going to the svelte tutorial the "booting webcontainer" hangs at 20%.

The console shows:

welcome-to-svelte:1 Third-party cookie will be blocked. Learn more in the Issues tab.
welcome-to-svelte:1 Third-party cookie will be blocked. Learn more in the Issues tab.
welcome-to-svelte:1 Third-party cookie will be blocked. Learn more in the Issues tab.
welcome-to-svelte:1 Third-party cookie will be blocked. Learn more in the Issues tab.
w-corp-staticblitz.com/webcontainer.d0228c83.js:1 

       GET https://w-corp-staticblitz.com/webcontainer.d0228c83.js net::ERR_CERT_COMMON_NAME_INVALID
headless-TKrfyaAP.js:1 Uncaught (in promise) TypeError: p is not a constructor
    at lr (headless-TKrfyaAP.js:1:22909)
lr @ headless-TKrfyaAP.js:1
await in lr (async)
(anonymous) @ headless-TKrfyaAP.js:1
headless:7 

       GET https://w-corp-staticblitz.com/fetch.worker.d0228c83.js net::ERR_CERT_COMMON_NAME_INVALID
headless:6 

       GET https://w-corp-staticblitz.com/webcontainer.d0228c83.js net::ERR_CERT_COMMON_NAME_INVALID
headless:1 The resource https://w-corp-staticblitz.com/fetch.worker.d0228c83.js was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
headless:1 The resource https://w-corp-staticblitz.com/webcontainer.d0228c83.js was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.
karljoaquin commented 1 week ago

Finally wanted to give Svelte a shot and well, same issue. Any fix for this?