-
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
Terminal & browser window are not working #1464
Comments
Hey @ShubhanshuLV 👋 . Thanks for reaching out! Would it be possible to open the Chrome DevTools and check if there are any error messages? It's very weird that it doesn't even show "Booting WebContainer". |
@SamVerschueren, Thanks for your response. Uncaught (in promise) TypeError: (0 , window.WebContainer) is not a constructor Please check the attached screenshot here. |
Do you happen to be on a network which might block some of the requests that we make? You should be able to see failing requests in the network tab. This might happen due to a company firewall or something like that blocking the requests. |
@SamVerschueren, this issue will suppose to all stackblitz projects but that's not the case. |
Describe the bug
Terminal window must load properly so I can run the npm commands to run this sample project.
Also preview window must work to display application UI after npm app compilation.
Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-k7yd6v?description=An%20angular-cli%20project%20based%20on%20@angular/animations,%20@angular/common,%20@angular/compiler,%20@angular/core,%20@angular/forms,%20@angular/platform-browser,%20@angular/platform-browser-dynamic,%20@angular/router,%20core-js,%20rxjs,%20tslib%20and%20zone.js&file=package.json&template=node&title=Angular%20Starter
Steps to reproduce
Expected behavior
Terminal must be load and I can run npm commands to execute this sample application.
Parity with Local
Screenshots
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: