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
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...