
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
- DNS Verification Failing for Domain
Hello Support Team, I’m experiencing an issue with verifying my domain www.booknpay.co.za. I have added the required nameservers as instructed: ns1.appwrite.z...
- [Bug] `collection` is an unusable attrib...
**Reproduction** - Create a string attribute called `collection` in Appwrite databases - Create a new document using the `node-appwrite` SDK and assign any str...
- Session Secret not generating
Hello, im trying to use otp verification in my next js project but appwrite server is sending empty secret. i am attaching code where the error is occuring and ...
