After request
Hello π When sending body to execution directly with REST API, make sure to JSON stringify the body first. The body must be string, but its object in your screenshot
Cool
Log is empty
As you can see
Oh, I meant somrthing like this:
{
"body": "{\"name\": \"Matej\"}"
}
One sec, trying to figure out how to format it on mobile. π
solved
I forget to parse body in functions
[Solved] Make post resquest in Appwrite function
Recommended threads
- THE COLUMNS STUCK ON PROCESSING HOW DO I...
I HAVE SELF HOSTED THE APPWRITE ON VPS
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...
- Understanding S3 setup with appwrite
Hey, i'm planning to change the storage from local to S3, tho i have some questions to see before starting the migration. 1. Does all the `/storage/<storage_ty...