Fail to run dotnet run
and unable to load page after dotnet run
in CodeSpace
#3
Labels
dotnet run
and unable to load page after dotnet run
in CodeSpace
#3
Description:
Running
dotnet run
failed, need to executedotnet dev-certs https --trust
first, but this is not mentioned in the README.md. The error message is as follows:According to the error message, run
dotnet dev-certs https --trust
and then rundotnet run
successfully. Click the link output in the log, and the page loading fails as follows:Repro steps:
azd auth login
.cd ./src/eShopAppHost
.azd provision
.dotnet dev-certs https --trust
.dotnet run
.Environment:
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.
The text was updated successfully, but these errors were encountered: