Closed LucaOtto closed 2 days ago
Looks like an aspire dashboard issue when using locally doubt there isn't anything related to azd here.
Can you report the issue under Aspire - https://github.com/dotnet/aspire
@vhvb1989 @karolz-ms
You need to make your OS to trust the dotnet certificates. See: https://learn.microsoft.com/dotnet/core/tools/dotnet-dev-certs?form=MG0AV3
You might just need to run dotnet dev-certs https
and dotnet dev-certs https --trust
.
The Dashboard runs on HTTPS using local signed certificates from dotnet. Your OS is currently rejecting them.
I keep getting this error, tried on two different computers and installed dependencies from scratch.
See screenshots below:
In VSCode I'm seeing these errors