When I “Sign-Up” a new user from my Angular app, the new user is asked to Accept or Decline permission. If I “Accept”, all is well, and I’m routed to my application as expected.
If, however, I “Decline” the permissions, I’m routed back to my app in “NOT Logged in” state, as expected, but that’s where things stop working right. Every time I try to revisit the Login page to sign in or sign up as a different user, I’m presented with that same “Accept”/“Decline” screen for the PRIOR USER’s attempt to sign on.
Worse, this persists not only after closing the tab and opening a new one, but even closing the whole browser doesn’t clear it up. When the browser is re-opened, and an I navigate to the Auth0 Universal Login screen, I’m still presented with that “Accept/Decline” challenge from the previous user’s attempt to sign up.
Repeatedly "Decline"ing doesn’t help.
The only way out of this “stuck” state is to “Accept” the permission request on behalf of the prior user, which logs him into the app, then log out. After that, everything is normal.
Through all of this, I see no related errors in the Dev console, or anything else to hint at what might be wrong.
This is, of course, a catastrophic failure, and can’t be used this way.
Any idea what might be going on here?