-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
Describe the bug
- I created a brand new clean arhictecture solution with "dotnet new ca-sln --client-framework Angular --output YourProjectName" command.
- Opened the project and followed the instructions written in the readme file:
To run the web application:
cd .\src\Web
dotnet watch run
It successfully runs but when I navigate to the url https://localhost:5001/, it is not redirected to the angular client. Instead shows "This localhost page can’t be found". I am just following the readme file. I think there is a bug here or the readme file is not correct.
But when I use "dotnet run", it succussfully redirects me to the angular app
Metadata
Metadata
Assignees
Labels
No labels