While coding a dart function in method listIdentites of class Users the queries parameter is type String?. After deployment i get an error: "AppwriteException: general_argument_invalid, Invalid queries param: Queries must be an array (400)". There must be a mismatch between resolving the sdk packages. In pubspec the dependencies are:
dart_appwrite: 10.1.1
Server is 1.4.14
Recommended threads
- Deployed to live, but functions only wor...
Deployed my serveless functions, noticed a request is only sent when I switch on my vpn, I have a feeling it's an ip related thing, I'd like some help troublesh...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Console infinite loading behind NginxPro...
Hi All, I am trying to get AppWrite to work behind NPM. I've followed the Medium guide to set proper headers, I've added my proxy configuration to NPM, and I ...