
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
- Transferring self-hosted to cloud: will ...
I'd like to transition over to Appwrite cloud, but want to ensure my users won't be forced to re-login.
- Appwrite nameservers (ns1.appwrite.zone ...
When I try to change nameservers for my domain myultra.run on GoDaddy, I'm getting this error: We can't save your changes because this nameserver isn't register...
- AppwriteException: Project ID not found
I'm getting this error: `Error signing up: AppwriteException: Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project...
