Fatal error: Uncaught Utopia\Database\Exception\Query: Invalid query: Invalid cursor: UID must contain at most 36 chars. Valid chars are a-z, A-Z, 0-9, and underscore. Can't start with a leading underscore in /usr/src/code/vendor/utopia-php/database/src/Database/Database.php:4061
Stack trace:
#0 /usr/src/code/src/Appwrite/Migration/Migration.php(197): Utopia\Database\Database->find(Object(Utopia\Database\Document), Array)
#1 /usr/src/code/src/Appwrite/Migration/Migration.php(154): Appwrite\Migration\Migration->documentsIterator('cache')
#2 {main}
btw is this resolved in 1.4.2
but which environment
just below appwrite: one?
look into the details of the PR
i mean if i compare this with current docker-compose.yml then i am still not sure
am i missing the point
oh i am dumb
i can just open the full file whats wrong with me 💀
appwrite-schedule got it
and regarding compose.phtml
is it possible to update that?
it's helpful to learn how to use these tools
this file is used to when generating your docker-compose.yml file during install/upgrade so you don't need to update that exact file.
just your docker-compose.yml file
i see gotcha so i updated the yml file
and did docker compose down , docker compose up -d
i still have this listDocuments issue lemme get it brb
I checked the guest perms and read perm is still there 🤔
btw i have logged in from a verified account
fixed
it was because of a relation collection (gave the perrms)
probably because i directly moved from 1.3.4 > 1.3.8 > 1.4.2
[SOLVED] Old Cloud Functions Not Working After 1.4.2 Migration
Recommended threads
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...
- NEW ERROR Invalid document structure: At...
Error: ```AppwriteException: document_invalid_structure, Invalid document structure: Attribute "pb.kmsgxPkgInfo.id_info" must be an array (400)``` I’m encounter...
- Issues with executor in Appwrite 1.9.0
Hi, I’ve recently did a fresh install of appwrite 1.9.0 self hosted and when I run a function, it just waits indefinite This is the error from the log: [Er...