Getting Invalid Query exception after upgraded appwrite to 14.0.0 from 13.0.2
- 0
- Databases
- Web
- Cloud
After upgrading to latest version, I am started getting this error. How to fix it? I want to use the latest version to use the Query.Contains
AppwriteException: Invalid query: {"method":"equal","attribute":"accountId","values":["xxxxxxxxxxxx"]}
Are you using Appwrite Cloud or self hosting?
From what I understand you're using cloud. Consequently, as cloud is currently in the version 1.4.14, you need to use the version 13.0.2 since the version 14.0.0 only works with 1.5 that is not available in cloud yet
Recommended threads
- Domain is owned by a different organizat...
I was trying to add a domain to one of my projects however, it keeps giving me the error of Domain is owned by a different organization. I did have a self hoste...
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...