D5Original post
Moderator
I upgraded to 1.5.3 my 1.4.13 instance and I got the following error after the migration:
Plain text
Stack trace:#0 /usr/src/code/src/Appwrite/Migration/Migration.php(220): Utopia\Database\Database->find(Object(Utopia\Database\Document), Array)#1 /usr/src/code/src/Appwrite/Migration/Migration.php(170): Appwrite\Migration\Migration->documentsIterator('cache')#2 [internal function]: Appwrite\Migration\Migration->Appwrite\Migration\{closure}(Array, Array)#3 {main} thrown in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php on line 4694Although that, it worked fine, but when I try Google oaut login in the app, the following error is being throw:
user_more_factors_required
Not sure if the error is related to the second error while login. The weird part is that the console works without any issues
Summary
Developers experienced errors after upgrading to version 1.5.3, resulting in the "user_more_factors_required" error during Google OAuth login. Additionally, a fatal error occurred due to an invalid cursor. The errors seem unrelated as the console works fine.
**Solution:**
Investigate the "user_more_factors_required" error during Google OAuth login separate from the fatal error with the invalid cursor.