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
- Appwrite Function getting general_unauth...
Hi everyone, I'm trying to create a database schema using an Appwrite Function written in Dart from Appwrite console, but I'm getting an authorization error wh...
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...
- Problem with Appwrite CLI: Removing data...
I'm having an issue with the CLI while trying to manage multiple databases within a single project. My goal is to simplify my local environment by only includin...