The Angular CLI process did not start listening for requests within the timeout period of 0 seconds #22883
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Author: Migration Bot 🤖
The issue was created by a issue mover bot. The author may not be the actual author.
feature-spa
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
This issue has been moved from a ticket on Developer Community.
When upgrading our Angular 8 project to Angular 9 this became an issue. Before the upgrade the project was running just fine.
Visual Studio Enterprise 2019 Version 16.5.5 (Windows 10 - 1903)
.NET Core 3.1
Angular 9.1.9
It seems to be an issue that is active for some months now, but all the solutions seems to be a workaround and not an actual fix:
https://github.com/angular/angular-cli/issues/16961
https://stackoverflow.com/questions/55406292/timeoutexception-the-angular-cli-process-did-not-start-listening-for-requests-w
We've tried to edit the package.json and updated "start": "ng serve", to "start": "ng serve --host 0.0.0.0",
This seems to fix the issue if you're using 'Start without Debugging', but when you use 'Start Debugging' it fails again.
Original Comments
Visual Studio Feedback System on 6/9/2020, 03:07 AM:
We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: