<khaltech/>Original post
Rank 1: Thread
Good evening, anyone has an idea on how to pass body to appwrite function using POSTMAN? this is how I've passed it :
{
"providerName": "adamu"
}
and I keep getting this error:
"Request body is empty or not a string/object.",
but when I execute using the Appwrite console I get the appropriate response.
Thanks in advance
@Appwrite
Summary
Developers are having trouble passing a body to an appwrite function using POSTMAN, resulting in an error. The issue may not be with the body provided but rather with how it's being passed. Try sending a screenshot of the POSTMAN configuration to troubleshoot.