Asp.net Hangfire Dashboard in Prod server

HI,

I have configured the hangfire dashboard in ASP.Net application as per the documentation Using Dashboard — Hangfire Documentation.
In local env, it is working fine. But when i moved it to server, i couldn’t see the dashbord.it is empty.
To see the dashboard in server, any other specific config is required?

Hi,
In order to see the dashboard, you have to use this url : /hangfire.
You have to add “/hangfire” at the end.