
Heyo.
I tried sending a body to a function, but I got:
[AppwriteException: Invalid `body` param: Value must be a valid string and exactly 0 chars]
So am I only allowed to send an empty body? What if I want to send a body?

I think the error is wrong...you should be able to send a body

Seems I forgot to stringify the body.. However, yeah, the error is incorrect
I think what it's trying to say is to send an empty body, put in an empty string instead of .. undefined probably
Recommended threads
- custom requirements.txt file
How do I specify a custom requirements.txt file when creating a serverless function through the Appwrite console?
- Is my approach for deleting registered u...
A few weeks ago, I was advised not to use the registered users' id in my web app. Instead, I store the publicly viewable information such as username and email ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
