isAuthenticated from useConvexAuth flashes true, lands at false, even though auth0 is authenticated
Issue: I'm using the boilerplate code from the guide, and useAuth0 from auth0/auth0-react is returning a logged in user. But useConvexAuth still shows the user unauthenticated (isAuthenticated: false). If I refresh the page, isAuthenticated is set to true for a second and then back to false.
What should I do?
Auth0 Guide: https://docs.convex.dev/auth/auth0#get-started
