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
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...