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
Recommended threads
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Dev Keys not working
looks like dev key are broken they simply don't work i suggest remove them until you have them working otherwise they confuse devs took me few minutes trying ...