proudmonkey / ApiBoilerPlate

A simple yet organized project template for building ASP.NET Core APIs in .NET Core 3.1
MIT License
361 stars 77 forks source link

HealthChecksUI not start #20

Closed biapar closed 4 years ago

biapar commented 4 years ago

I start the project and try to open HealthChecksUI. I don't see the UI.

"HealthChecksUI": { "HealthChecks": [ { "Name": "HTTP-Api-Basic", "Uri": "https://localhost:5001/selfcheck" } ], "Webhooks": [ { "Name": "", "Uri": "", "Payload": "", "RestoredPayload": "" } ], "EvaluationTimeInSeconds": 10, "MinimumSecondsBetweenFailureNotifications": 60, "HealthCheckDatabaseConnectionString": "Data Source=Infrastructure\\HealthChecks\\Db\\healthchecksdb" }

proudmonkey commented 4 years ago

You have to navigate to /healthchecks-iu. For details about the template improvements, see: https://vmsdurano.com/apiboilerplate-new-features-and-improvements-for-building-asp-net-core-3-apis/

improwise commented 4 years ago

Please note that the correct path is healthchecks-ui (ui, not iu). The same typo exists in the article if I remember correctly.

proudmonkey commented 4 years ago

Ah good catch on the typo. I've corrected the article. Thanks!

biapar commented 3 years ago

I confirm that it works

image