rjean99
rjean99
Once I deployed to Azure then push notifications work in the runtime. I get the 401 errors in dev.
This is probably related. When I click log out this message appears and doesn't ever go away: Processing logout callback... Now I'm thinking that "DenyAnonymousAuthorizationRequirement: Requires an authenticated user" message...
Backing up another step... Without a null check in RestorePizza, this error occurs in WASM. After adding a null check inside RestorePizza method, this error goes away but still have...