After upgrading the cache, I get the following error: Migrating Collection cache: 100 / 1327
Fatal error: Uncaught Utopia\Database\Exception\Query: Invalid query: Invalid cu rsor: UID must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, and unde rscore. Can't start with a leading underscore in /usr/src/code/vendor/utopia-php /database/src/Database/Database.php:4694 Stack trace: #0 /usr/src/code/src/Appwrite/Migration/Migration.php(222): Utopia\Database\Data base->find(Object(Utopia\Database\Document), Array) #1 /usr/src/code/src/Appwrite/Migration/Migration.php(172): Appwrite\Migration\M igration->documentsIterator('cache') #2 [internal function]: Appwrite\Migration\Migration->Appwrite\Migrationclosur e}(Array, Array) #3 {main} thrown in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php o n line 4694
Also, I got an error on my accont: user_more_factors_required After trying to login again. I ran migration and my instance is on 1.5.5
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....