Invalid query: Attribute not found in schema even though query, and attribute are correct/exist.
- 0
- Self Hosted
- Databases
- REST API
Hiya. I'm trying to use the REST API with documents and doing a simple select with query:
https://<mydomain>/v1/databases/<database>/collections/<collection>/documents?queries[]=%7B%22method%22%3A%22equal%22%2C%22column%22%3A%22uuid%22%2C%22values%22%3A%5B%22abcdefg%22%5D%7D
({"method":"equal","column":"uuid","values":["abcdefg"]})
and getting
"message": "Invalid query: Attribute not found in schema: ",
"code": 400,
"type": "general_query_invalid",
"version": "1.6.0",
"file": "/usr/src/code/app/controllers/api/databases.php",
"line": 3099,
"trace":
even though the attribute definitely does exist. Could this be an installation error on my part, perhaps? Thanks for the help
Or maybe I'm misunderstanding how to use the query argument. First time using it.
Recommended threads
- Custom Email Templates Not Updating for ...
I have 4 custom email templates on my self-hosted Appwrite instance: - email verification - reset password - security alert - 2FA verification. email verifica...
- Table contents missing (attributes+rows)
Here is an image of the cloud and the attributes that should exist Some of the table do have the data but others dont. I am able to access the rows via api c...
- Docker compose down command is deleting ...
I just followed the steps in the website...but docker compose down seems to delete whole data...it is like fresh installation. Please check if i am missing anyt...