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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....