hey guys how are you? I have query question for 1.3 v
queries: [
Query.isNotNull("region")
]
Through Error
"msg":"Query method not valid: isNotNull"
Can any one please, explain why is happing
Hi - let me take a look
Hey which SDK are you using and which Appwrite server version are you using ?
@showmore
dart
dart_appwrite: ^8.0.0
That version is for Appwrite 1.0.x which does not have Query.isNotNull(). See https://github.com/appwrite/sdk-for-flutter/tree/8.0.0
its not for 1.0.x
oops sorry i was looking at the flutter sdk
where is the error thrown?
inside my function, when I execute it, if I remove the query it works fine. I read the error inside executions ->logs
so during execution...in an Appwrite Function? Is this on your own version 1.3 server?
Recommended threads
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...