You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
.
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":"[email protected]", "password": "password" }
The text was updated successfully, but these errors were encountered: