(Convex Auth) Uncaught Error: InvalidKey
Hi,
I’m using Convex Auth with a custom
Password provider and a React hook to handle sign-in. My backend code looks like this:
And my React hook is:
I’m catching errors inside the hook and updating state, but the Convex backend logs show uncaught ConvexError:
The error is thrown inside verifySecret. My question:
* Is it normal for Convex server to log errors as uncaught even if I catch them on the client?
Thanks in advance for any guidance!
0 Replies