I have several apps using a similar setup.
In my current app getTokenSilently always fails.
In my network tab I see 2 authorize? calls
In my other app I see one authorize call and a token calls
When I use my new config with a previous implementation it also fails.
Really hitting a wall here, hope someone can give me some pointer?
Typically this error is signaling that there is no session/cookie to validate and the user must provide credentials to get a new token. This could be an issue with a browser or extension blocking cookies. What browser are you using?
This is starting to get to me.
I’ve downloaded the React SPA sample code, update my settings.
Same thing I can login but silent authentication always fails
Try it in an incognito tab
The har I sent you was made in incognito
Try it on another browser if you have one
I’ve tried Chrome and Firefox
Finally, if neither of those work, try downloading a quickstart and see if that works okay.
If the quickstart include the React Spa example, I downloaded it and the har was made with that.
If not do you have a link?
In the meantime I’ll try and sent you a screen recording