Rank 1: Thread
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
Votes
0
Replies
11
Participants
Unknown
Messages
12
Rank 1: Thread
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
Rank 1: Thread
dart
Rank 1: Thread
dart_appwrite: ^8.0.0
Admin
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
Rank 1: Thread
its not for 1.0.x
Admin
oops sorry i was looking at the flutter sdk
Admin
where is the error thrown?
Rank 1: Thread
inside my function, when I execute it, if I remove the query it works fine. I read the error inside executions ->logs
Admin
so during execution...in an Appwrite Function? Is this on your own version 1.3 server?