-
Notifications
You must be signed in to change notification settings - Fork 10.4k
bug(spa): poor Angular messaging #17925
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
Comments
Thanks for contacting us. |
Just to clarify, the issue occurs when Angular compilation fails (not .NET). The Angular error shows in the command prompt, but it was kind of confusing to see a timeout error in the browser. I guess it may not be a "bug" per se, since effectively the Angular server doesn't respond. It'd just be nice if the SPA extensions could provide a more helpful error message than the vague timeout, which probably leads to reports like #17607 |
Another related point: "compiling" messages (probably Ivy specific) are marked in the command prompt with a red "fail", even though they're just Angular denoting progress. Likewise, an error specifying to clear The timeout message just appears, with no information on how to clear the error. |
Thanks for contacting us. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When there's a compilation error, the .NET server will simply report a timeout.
To Reproduce
Use the Angular starter project and simply modify the project to not compile.
Further technical details
3.1.100
dotnet --info
:Visual Studio 16.4.1
The text was updated successfully, but these errors were encountered: