You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AppPath should contain an URL that is used when the user clicks on the Back to Site button on the top right corner of the HangFire dashboard.
The problem is that "/healthchecks-ui#/healthchecks" does not exist. If you click the button, you'll get a 404.
For deployments in environments except Development, it should be "/yarp/healthchecks-ui#/healthchecks" instead.
For Development deployments, it can remain as-is.
The text was updated successfully, but these errors were encountered:
If you have an application with a HangFire project, the Guidance will generate the following code:
The
AppPath
should contain an URL that is used when the user clicks on theBack to Site
button on the top right corner of the HangFire dashboard.The problem is that
"/healthchecks-ui#/healthchecks"
does not exist. If you click the button, you'll get a 404.For deployments in environments except
Development
, it should be"/yarp/healthchecks-ui#/healthchecks"
instead.For
Development
deployments, it can remain as-is.The text was updated successfully, but these errors were encountered: