Convex Auth: Invalid key provided to SecureStore
Hi, I am facing a bug while using the otherwise great new Convex Auth library.
I have followed the setup instructions in https://labs.convex.dev/auth/setup#add-authentication-tables-to-your-schema for my React Native app, and while the signUp flow seems to work (a user document gets created in my database), I get the following error regarding the SecureStore in my frontend:
Since the library is handling setting and reading these keys, I find it hard to debug, and have not found a solution in the documentation, here, or online.
Here is my Convex provider:
Set Up Convex Auth - Convex Auth
Authentication library for your Convex backend
2 Replies
Hey @djbalin , what version of the library are you on?
... I was on an old version 😄 thank you so much @Michal Srb, that was a quick and easy fix! 😍