v1.4.14 self host, runctime is node v20. I used node typescript starter and coded using classes and typescript.
Any query I am running gives an error:
{"code":500,"type":"general_unknown","response":{"message":"Server Error","code":500,"type":"general_unknown","version":"1.4.14"}}
And docker logs show:
$ docker logs appwrite
[Error] Timestamp: 2024-04-25T14:41:48+00:00
[Error] Method: GET
[Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents
[Error] Type: Utopia\Database\Exception\Query
[Error] Message: Invalid query: {"method":"equal","attribute":"user_id","values":["zIyviTittP"]}
[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Query.php
[Error] Line: 825
If I am running any query, I get the same result.
here is the sample code (attached).
I have not done any updates to the server. Any help is appreciated.
What version of node-appwrite are you using?
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...