fullstackproltd / AspNetCoreSpa

Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
https://aspnetcorespa.fullstackpro.co.uk
MIT License
1.47k stars 464 forks source link

Unable to launch the application #288

Open rakshithns opened 2 years ago

rakshithns commented 2 years ago

I'm trying to launch the application by running the web application as the startup project. When trying to launch the application it builds successfully with no error and if I try to browse the swagger(https://localhost:5005/swagger) documentation it doesn't load anything. Screenshot 2021-12-26 134934

Am I missing any port settings here?

saleemhaq commented 2 years ago

@Folks please help on below:

I got the same result anyone please help what to do for run project?

sajidali2444 commented 2 years ago

run this command and try again dotnet dev-certs https --trust

saleemhaq commented 2 years ago

run this command and try again dotnet dev-certs https --trust

I ran this already it say:

image