Hi, I'm giving Appwrite a try and I get the following error: { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "0.12.96" } I just want to list Documents from a collection with: const response = await database.listDocuments( "%myProjectId)", "%myCollectionId%", [Query.equal("name", "test")], ); const categories = response.documents; console.log(categories)
If I delete the query it works perfectly fine. myProjectId: 65d7074d5cecf2e6ec1d
Recommended threads
- Middleware
how to make middleware in nextjs appwrite with client side auth?
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...
- functions
Code for function not being created in Github. Permissions are set correctly, repository is created, however no code is in the created repository. Just trying...