Skip to content

dotnet watch run is not working as expected #1327

@zormaxo

Description

@zormaxo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions