mattmacf98
CCConvex Community
•Created by mattmacf98 on 2/13/2025 in #support-community
Authentication not updating
I have an incredibly simple auth setup following the guide here https://labs.convex.dev/auth/api_reference/react.
I want to use the <Authenticated> <Unauthenticated> and <AuthLoading> components to structure my code, but it seems that the <Authenticated> will never trigger.
I will either be in a state where I am unauthenticated or loading.
here is a super simple react component to demo my issue
after signing in, I will only ever see Loading... but I am be able to see my JWT token
4 replies