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
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...