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
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but I’m having trouble with Google and Apple OAuth login and signup. Here’s...