-
Hello, I just looking around and retry to run the project, but seems I'm stuck when try to run it in linux with a lot of errors. I tried to run it using
As the visual studio doesn't work on linux, only VSC and dotnet cli. I tried to run based on the tuts on https://learn.microsoft.com/en-us/training/modules/introduction-dotnet-aspire/5-exercise-use-eshop#run-the-net-aspire-eshop But seems I'm failing here. The output is quite refering to GRPC errors and several of it showing npgsql (seems postgree trying to well... migrate the DB). I do check the appHost but AppHost seems broken when on linux (it did show the dashboard, but can't list all the services). Is there anything else that probably I need to check ? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
NVM... it's broken because untrusted cert with grpc dotnet dev-certs https --trust |
Beta Was this translation helpful? Give feedback.
NVM... it's broken because untrusted cert with grpc
dotnet dev-certs https --trust