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
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Got message for auto payment of 15usd fo...
how did this happen? 1. i claimed my 50usd credits via jsm hackathon - https://hackathon.jsmastery.pro/ 2. it asked me which org. to apply the credits on, i se...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...