Skip to content

dotnet watch run is not working as expected #1327

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

Open
zormaxo opened this issue May 6, 2025 · 0 comments
Open

dotnet watch run is not working as expected #1327

zormaxo opened this issue May 6, 2025 · 0 comments

Comments

@zormaxo
Copy link

zormaxo commented May 6, 2025

Describe the bug

  1. I created a brand new clean arhictecture solution with "dotnet new ca-sln --client-framework Angular --output YourProjectName" command.
  2. 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.

Image

Image

But when I use "dotnet run", it succussfully redirects me to the angular app

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant