stackblitz / webcontainer-core

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

application not getting compile in stackblitz #1400

Open nehaGI opened 5 months ago

nehaGI commented 5 months ago

Describe the bug

I am checking date picker component. There are various demo are shown the. Im trying to open that demo in stackblitz by click the button link present just beside the demo. Application is getting open in stackblitz but it is not compiling.

Below is the screenshot of error i getting on console

image

Link to the blitz that caused the error

https://stackblitz.com/run?file=package.json

Steps to reproduce

  1. go to datepicker component on material website
  2. check any demo example and click on the open in stackblitz button
  3. application is now open in stackblitz but it is not getting compliled

Expected behavior

application show get compiled

Parity with Local

Screenshots

image

Platform

Browser name  = Chrome
Full version  = 123.0.0.0
Major version = 123
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0
performance.memory = {
  "totalJSHeapSize": 62946386,
  "usedJSHeapSize": 58979178,
  "jsHeapSizeLimit": 4294705152
}
Hash = 7dbe22a9

Additional context

image
kirjavascript commented 5 months ago

hi 👋 thanks for reporting this issue!

I'm afraid I cannot seem to reproduce the issue.

Could you try accessing the page from an alternative network connection to ensure these URLs are not being blocked by a VPN or other network restrictions?

Could you also post the output of curl -v https://foobar.w-credentialless-staticblitz.com/iframe.7dbe22a9.html so we can check it's browser specific?