Hi, I migrated from 1.4.9 to 1.5.11 on self hosted instance of appwrite, the migration shows successful.
I can verify when I can do the api call, but when I want to login to the admin screen it shows the error.
What can I do to resolve this issue?
TL;DR
Developers migrated from 1.4.9 to 1.5.11 for their self-hosted Appwrite instance. The migration was successful, verified with API calls, but they encounter an "Invalid document structure: unknown attribute 'factors'" error when trying to log in to the admin screen.
Solution: The error may be due to changes in document structure between versions. Check the admin screen code for any references to the unknown 'factors' attribute and update them to match the new data structure.