I’ve been following the universal login trail for angular from your docs and I’ve noticed something strange. It only seems to happen in chrome. When my application requires a login, it will kick off the auth0-spa-js.loginWithRedirect
method, but the login page is never displayed. In chrome, my users need to reload the url before the login page is displayed.
The image below is all my users see before they F5:
No error in console and the same number of network requests done both before and after refresh.
I’ve tested the same in Firefox, Opera and Edge and it works fine, but in chrome, chrome incognito and Safari it stalls. Is there anybody else experiencing the same, and is there something I can do to fix this?
I’m using @auth0/auth0-spa-js: 1.9.0
This occurred after implementing refresh-tokens to get login to work on Safari (ref. Call to authorize fails on Safari - #8 by OysteinAmundsen)