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
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?