Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
3.98k stars 770 forks source link

healthchecks-api is giving 404 #2255

Closed EdwinThomas11 closed 3 days ago

EdwinThomas11 commented 3 days ago

After deploying to the stage environment, migrations were not executed as part of the deployment, and I'm unsure why the tables weren't created.

After manually creating the tables, accessing ~/healthchecks-api results in a 404 Not Found error, while ~/healthchecks-api/ui-settings and ~/health return the correct response.

Appreciate your response. Thanks in advance.

EdwinThomas11 commented 3 days ago

@adamsitnik, @dbarwikowski Would you be able to take a look at it?

EdwinThomas11 commented 3 days ago

My Bad, missed the Tags column in HealthCheckExecutionEntries table.