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
State of the Auth0Client does not seem to be updating. I have conditional rendering based on isLoading and isAuthenticated. isLoading in particular doesn't seem to become true and I am unsure why. Also user is not loaded. I CANNOT reproduce this behavior in the examples.
Checklist
Description
State of the Auth0Client does not seem to be updating. I have conditional rendering based on
isLoading
andisAuthenticated
.isLoading
in particular doesn't seem to become true and I am unsure why. Alsouser
is not loaded. I CANNOT reproduce this behavior in the examples.Client Options
Router
App template
Navbar
Reproduction
v-if="!auth0.isLoading"
in the tag.Additional context
No response
auth0-vue version
2.3.3
Vue version
3.5.3
Which browsers have you tested in?
Chrome, Edge
The text was updated successfully, but these errors were encountered: