Convex Auth: Invalid key provided to SecureStore
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:
