You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repro Steps
create and run project using command-line.
Note: Install the LTS version of Node.js which is recommended for most users.
dotnet new angular --auth Individual -f net7.0 -o test11
cd test11
dotnet build
dotnet run
Actual Result
Using the command "dotnet run", the browser page always displays "Launching the spa proxy...“,when copy url to the browser page, terminal display error:
EXPECTED
Run the project and load the page successfully.