I am trying to access the Hangfire Dashboard in the backoffice of Umbraco 16.
I can see in the network tab that the /stats endpoint is returning a 403 code, I think the other tabs are working though.
Is this working / tested with V16?
I am trying to access the Hangfire Dashboard in the backoffice of Umbraco 16.
I can see in the network tab that the /stats endpoint is returning a 403 code, I think the other tabs are working though.
Is this working / tested with V16?
Working for me on v16 and 17
That’s odd, there is nothing in the response which doesn’t help
![]()
Might be something else interfering then. Sure you’re on the latest version?
Yeah I see that sometimes, but as you can see in my screenshot the call to the stats endpoint has 200 responses. That said, I only see that error locally, usually when I stop the server or maybe when the session times out, can’t remember exactly when exactly. It doesn’t interfere with much though.
I’ve had a similar thing recently, the stats were getting blocked because of Anti-forgery tokens. I think this was because where I was using it I’m doing some custom auth. But doing IgnoreAntiforgeryToken in the dashboard setup fixed it. Looking a bit deeper into it now but stumbled upon this question!