I was trying to follow the docs to activate MFA: https://appwrite.io/docs/products/auth/mfa#enable-mfa
Following steps 1 and 2, but on step 3, when calling account.updateMFA(true)
it gives the following error:
AppwriteException: Invalid document structure: Attribute "factors" must be an array
I'm not sure if there´s a missing step, but even with the exception it seems to still enable MFA, is this a bug? Or is there a missing step in the docs?
I'm using Appwrite 1.5.7 generated from following the docker instalation instructions
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- 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...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...