Error message while posting user signup
laziestcoder opened this issue · 2 comments
laziestcoder commented
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" }
imsorx commented
Check Header of your http request, it should be
application/json
laziestcoder commented
I checked it several times.
Thanks.
Towfiqul Islam
…On Wed, Oct 16, 2019, 3:02 AM Sourabh Patel ***@***.***> wrote:
Check *Header* of your http request, it should be
application/json
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19?email_source=notifications&email_token=AEXHUHP4VMBUY2DEDKY4YKTQOYVVJA5CNFSM4IPJYHX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBKGWHA#issuecomment-542403356>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEXHUHKXXUWWA5UCD5XNAATQOYVVJANCNFSM4IPJYHXQ>
.