Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Fail to run dotnet run and unable to load page after dotnet run in CodeSpace  #3

@Yionse

Description

@Yionse

Description:
Running dotnet run failed, need to execute dotnet dev-certs https --trust first, but this is not mentioned in the README.md. The error message is as follows:
image
According to the error message, run dotnet dev-certs https --trust and then run dotnet run successfully. Click the link output in the log, and the page loading fails as follows:
image
image

Repro steps:

  1. Run azd auth login.
  2. Run cd ./src/eShopAppHost.
  3. Run azd provision.
  4. Run dotnet dev-certs https --trust.
  5. Run dotnet run.

Environment:

  • Azd version: azd version 1.11.0 (commit 5b92e0687e1fa96dfc8292f4b900c0c58610b6a5)
  • OS: CodeSpace

Expected behavior:
dotnet run can be successfully executed and the page can be loaded successfully by clicking the link.
@elbruno, @PabloNunes and @hemarina for notification.

Metadata

Metadata

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions