[ConvexAuth]: ERROR Auth token is not a valid JWT, cannot refetch the token
I'm using ConvexAuth in app, and specifically, using the password-code from the convex auth demo repo, i'm able to successfully sign up and verify with my email code.
And also able to login when using the
password-code provider and flow signInBut upon being signed in, i get the following error:
ERROR Auth token is not a valid JWT, cannot refetch the tokenconvex/auth.ts
SignInScreen.tsx
