You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a sinle page react application in which I've added some custom events to the user manager to be called on token expiring and token expired. I added some debug logs into the function to make sure the token expiring call is only getting called once and it is. However, in the network tab, I see that oidc-client-ts is making nearly 100 requests to the userinfo and token endpoints on my OIDC provider.
Does anyone know why this might be happening? I made sure I'm only instantiating one userManager for the project.