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
In a specific environment: the computer CPU uses AMD and the browser is in Chrome Incognito mode
When I use const { isAuthenticated } = useAuth0();, it will repeatedly return false even after logging in. I call loginWithRedirect() through polling, and it returns true to me on the fourth render.
Checklist
Description
In a specific environment: the computer CPU uses AMD and the browser is in Chrome Incognito mode
When I use
const { isAuthenticated } = useAuth0();
, it will repeatedly return false even after logging in. I callloginWithRedirect()
through polling, and it returns true to me on the fourth render.Reproduction
Additional context
No response
auth0-react version
2.2.1
React version
18.2.0
Which browsers have you tested in?
Chrome
The text was updated successfully, but these errors were encountered: