I have language_id which is a integer datatype, but when I query this in client side, just look the picture attach. But it gives me an error Query not valid: Query type does not match expected: integer
you're converting the languageSelected.languageId
to a string. try removing the .toString()
oh I see
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...