Invalid `otp` param: Value must be a valid string and at least 1 chars and no longer than 256 chars
- 0
- Auth
Activated MFA on my account after setting up AppWrite on a digital ocean droplet. But when i try to delete MFA or regenerate recovery codes (with valid numbers) i only get:
Invalid otp` param: Value must be a valid string and at least 1 chars and no longer than 256 chars"
Tried to search for relevant but did not find anything. Anyone has any theory?
path: /console/account Section: Multi-factor authentication
So adding MFA with Google Authenticator app worked and see Appwrite:myemail and the code.
But when entering and try to delete MFA or regenerate recovery codes i get above error message.
Using image: Appwrite 1.4 on Ubuntu 22.04 (DigitalOcean Droplet)
Thanks in advance and hopefully someone can help me. Would be nice to have MFAs to secure my admin account.
Recommended threads
- updateSession isn't working for google o...
I'm building an app using react native with expo. An image of my code is attached. The code is a useEffect that i have in a context that wraps the root layout ...
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...
- how can i make a relationship between a ...
i want to relate the $id from users auth table in appwrite with other column in my table user_profile. because is the same user... how can i have exactly the s...