-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackBlitz server crashed #1492
Comments
Hi! 👋 thanks for reporting this issue! we are tracking it internally and will update here when it's fixed |
Did you get the part about how webcontainer is just saying that it is booting? |
Yeah, the issue is the same as ones reported by other users |
This comment was marked as spam.
This comment was marked as spam.
There's no reason to be rude or pissed about this. So instead of giving answers which don't really help the conversation, think twice the next time you comment in a thread. The problem is that you are using an older version of Chrome which doesn't support We will take a look at supporting this for older versions of Chrome. |
I added a question mark, wasn't being rude or pissed. You're angrier than me. And I wasn't even mad. That's your perception. Just curious why if it is known it hasn't been fixed. I'd get a different version of chrome, if i had a choice. |
When I fixed this issue for Firefox, I noticed that Chrome and Safari supports this. I made the decision to fix it for Firefox and not for older versions of Chrome given that it was already implemented for 1,5 years. The first time I hear that this is causing issues is when I came back from vacation and saw these 3 issue reports about the situation. |
This issue is now resolved. Thanks for reporting! If you run into other issues, please let us know. |
Can you share the link of your project? I assume the project you run is just a Node.js script so then you need to run |
My projects aren't just node.js scripts, i don't use them. I don't even know javascript in the first place. The issue is on every project I open. |
So are these just some html and css files? In that case you can use something like servor or lite-server to start the project. Here's an example. |
I think the problem is because I don't use json and js files. Simply because I don't know json or js. |
Describe the bug
I went on one of my repositories, and clicked Learn more on the thing that talked about the github bot. and it crashed. Also webcontainer/ output area just stays loading so I never see my output
Link to the blitz that caused the error
https://stackblitz.com/~/github.com/ThirdGearDev/XML-tutorial-example
Steps to reproduce
open a github respository via stack blitz and click on learn more when it asks if you want to enable GitHub bot.
Expected behavior
It would show me the benefits of the github bot.
Parity with Local
Screenshots
Also i did not actually attempt to run the project in my"local machine", because idk what the heck that is
Platform
Additional context
TypeError: Invalid value used as weak map key
at WeakMap.set ()
at registerModule (https://xmltutorialexample-h0q2.w-credentialless-staticblitz.com/builtins.1003299b.js:161:1216)
at registerImportModuleDynamically (https://xmltutorialexample-h0q2.w-credentialless-staticblitz.com/builtins.1003299b.js:266:529)
at internalCompileFunction (https://xmltutorialexample-h0q2.w-credentialless-staticblitz.com/builtins.1003299b.js:266:1091)
at wrapSafe (https://xmltutorialexample-h0q2.w-credentialless-staticblitz.com/builtins.1003299b.js:144:13497)
at Module._compile (https://xmltutorialexample-h0q2.w-credentialless-staticblitz.com/builtins.1003299b.js:144:13881)
at Module._extensions..js (https://xmltutorialexample-h0q2.w-credentialless-staticblitz.com/builtins.1003299b.js:144:14855)
at Module.load (https://xmltutorialexample-h0q2.w-credentialless-staticblitz.com/builtins.1003299b.js:144:12820)
at Module._load (https://xmltutorialexample-h0q2.w-credentialless-staticblitz.com/builtins.1003299b.js:144:10273)
at Function.executeUserEntryPoint [as runMain] (https://xmltutorialexample-h0q2.w-credentialless-staticblitz.com/builtins.1003299b.js:165:1641)
Node.js 18.20.3
The text was updated successfully, but these errors were encountered: