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
- Bug in relational table
I potential found a bug or is there something I am missing? I created 2 tables. User and Coins User has a one to one relation to Coins When attempting to cre...
- Invalid `region` param: Value must be on...
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! I cannot initiate a migration witho...
- Migration from cloud to self-hosted fail...
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! The migration process fails with the ...