Base solution for your next web application
Open Closed

Asp Net Zero hosting and hangfire #3394


User avatar
0
evannielsen created

I am having a problem where even after enabling the AbpHangfireAuthorizationFilter for the hangfire dashboard I am still met with a 401 when attempting to navigate to the HangFire dashboard. This is due to the fact that the cookie is not sent with the request because the front end project and the backend api are on separate subdomains

I should clarify that we have the api in an Azure App Service by itself and the web front end in a separate Azure App Service. Thus the two pieces end up with different sub domains. The UI is still able to call the api because of the CORS setup that exists on the api.

Are the front end and back end meant to be deployed to the same sub domain? If not what are the steps I need to take to get the Hangfire dashboard up?


No answer yet!