Is it because the kid in the token and the kid returned in the jwks uri do not match? The key in the error does not match the kid in the jwks_uri. How could these get out of sync and how do I get them back in sync?
Luckily this is still on my localhost, how can I avoid this happening in the future? In prod it would break my app.
I’m just using the Universal Login (new) for logging in users.
I’ve tried logging out and back in again. I have been logging in and out as a couple of users during testing and deleting/adding the same user.
I used the basic React App example from the application setup getting started guide.