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
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- 500 Server error
getting same 500 status This is my appwrite project: https://cloud.appwrite.io/console/project-fra-691932db0036241caa0e/overview/platforms Help how to open th...