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
- Guidance to safely upgrade Appwrite to l...
One of my old Flutter projects runs on a DO self-hosted Appwrite. Currently it's on appwrite: ^15.0.2 dart_appwrite: ^15.0.0 The app is live on the Play Stor...
- Excessive usage of cloud functions is sl...
I have made almost all my requests through cloud functions and jwt , due to security fears of a user editing a field he is not supposed to . This unfortunately...
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...