I cant get Hangfire Dashboard to work on IIS production, it works in development. my web app is .net core with react/Redux clientApp

When i navigate to the hang fire url in development mode it shows perfectly find but when i publish to a local folder the site works but the dashboard for hangfire no longer appears and my custom page not found component appears.

Any ideas, i feel like the react app is blocking the navigation to Hangfire dashboard?

Hi James
Did you get to solve this issue?
I’m experiencing the exact same problem here.
Additionally i found out that, if i disable SSL, I can access the dashboard (sometimes).

I’m having the same issue in .NET Core 3.1. I tried adding this to web.config per stack overflow post:
‘’


(I am running in a virtual Dir)
I was getting a 404 error before this, now I’m getting:

HTTP Error 500.21 - Internal Server Error

Handler “hangfireDashboard” has a bad module “ManagedPipelineHandler” in its module list

I have the IDashboardAuthorizationFilter set up, and it working fine locally with Auth.