Dashboard is not working on production mode

My project is in angular and asp.net core. I am also getting this issue on production mode. But dashboard is working fine on my localhost.
I also used IDashboardAuthorizationFilter for filtering. But on my
public bool Authorize(DashboardContext context)
{
}
I am not getting my Cliams here to verify user. and it is redirecting me not working page

Abdus_Salam_Azad have you got the solution ?