academind/node-restful-api-tutorial

Error message while posting user signup

laziestcoder opened this issue · 2 comments

Following error showing while using POST for user/signup
error code
{ "error": { "message": "Cannot read property 'email' of undefined" } }

POST code:
{ "email":"test", "password": "password" }
or
{ "email":"test@test.com", "password": "password" }

Check Header of your http request, it should be

application/json