Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Healthcheck page is Blank #823

Open
LR4Discovery opened this issue Aug 27, 2021 · 0 comments
Open

Healthcheck page is Blank #823

LR4Discovery opened this issue Aug 27, 2021 · 0 comments
Labels
question Further information is requested UI

Comments

@LR4Discovery
Copy link

LR4Discovery commented Aug 27, 2021

I am trying to get HealthCheckUI work with APIVersioning. After getting bunch of errors i modified the endpoint mappings to include V1 prefix. When i try to bring up https://localhost:44380/v1/healthcheck i get a blank page. Any documentation, suggestions on how to use HelathCheck UI with multi-versioned API

endpoints.MapHealthChecks("/V1/healthcheck", new CustomHealthCheckOptions());
endpoints.MapHealthChecksUI(setup =>
{
    setup.AddCustomStylesheet("Controllers/V1/HealthCheck/dotnet.css");
    setup.UIPath = "/V1/healthcheck";
    
});

Thank you

@sungam3r sungam3r added question Further information is requested UI labels Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested UI
Projects
None yet
Development

No branches or pull requests

2 participants