Open throwawat99 opened 4 years ago
I got the same problem. anyone can help me? plz
Maybe, you used a GET request where there should be a POST request?
Perhaps this will work, in Postman, click the choice "Body", choose "RAW", and at the right side of the choice "GraphQL", change the "Text" to "JSON"
It still isn't working
You guys must have been writing the body part for the POST request wrong in the postman. Try entering this inside the body section and then send the POST request
{
"sender": "4a28aaa35a7f44d6aabbc6e55964688d",
"receiver": "Home-Address",
"amount": 2
}
LoL Hey sorry about that but I wasn’t paying no attention and start kidding about but that’s funny.
On Sun, Apr 4, 2021 at 8:31 AM Aayush Saini @.***> wrote:
You guys must have been writing the body part for the POST request wrong in the postman. Try entering this inside the body section and then send the POST request
{ "sender": "4a28aaa35a7f44d6aabbc6e55964688d", "receiver": "Home-Address", "amount": 2 }
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dvf/blockchain/issues/181#issuecomment-813033672, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMPM5DUJ4JLKE7L6DNP67IDTHBS4BANCNFSM4NXRWCJQ .
-- Impossible
Perhaps this will work, in Postman, click the choice "Body", choose "RAW", and at the right side of the choice "GraphQL", change the "Text" to "JSON"
This is the correct solution.
I keep getting the error in the title when using Postman, any ideas? I have followed and checked the instructions