How to send or provide payload while execution of function (from client side)
Pass it as part of the data parameter. See https://appwrite.io/docs/client/functions?sdk=flutter-default#functionsCreateExecution
why sending long json is giving error :AppwriteException: general_argument_invalid, Invalid data: Value must be a valid string and at least 1 chars and no longer than 8192 chars (400)
You already asked over https://discord.com/channels/564160730845151244/1104740375630983209
ok will not ask again.
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...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...