I am having problems executing python functions with custom payload.
I just simply want to pass some variables via req and then unpack on function side but either I am sending wrong string as data or I am unable to understand given examples
This is my payload output Against data=json.dumps(req.payload) payload=json.loads(data) res.json({"payload":payload})
Iterating or getting values from this string fails in execution I don't why
133 executions 88 errors π
That doesn't look like valid JSON π§
@Steven I tried multiple JSON strings but does not work now switched to Dart runtime π₯³
So does it solve the problem?
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...