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
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
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
The text was updated successfully, but these errors were encountered: