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
{{ message }}
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
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:
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:
Repro steps:
Run azd auth login.
Run cd ./src/eShopAppHost.
Run azd provision.
Run dotnet dev-certs https --trust.
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.