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
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...
- Error When load the website
Hi, I am getting this error whenever I reload my website please help me, I am using react Error: ** GET https://cloud.appwrite.io/v1/account 401 (Unauthoriz...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...