I upgraded to 1.5.3 my 1.4.13 instance and I got the following error after the migration:
TypeScript
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 4694
Although 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
TL;DR
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.Aditional errors:
TypeScript
appwrite | [Error] Method: GET
appwrite | [Error] URL: /v1/account/sessions/oauth2/:provider
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: More factors are required to complete the sign in process.
appwrite | [Error] File: /usr/src/code/app/controllers/shared/api.php
appwrite | [Error] Line: 293```
Recommended threads
- Help
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...