Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message while posting user signup #19

Open
laziestcoder opened this issue Aug 25, 2019 · 2 comments
Open

Error message while posting user signup #19

laziestcoder opened this issue Aug 25, 2019 · 2 comments

Comments

@laziestcoder
Copy link

laziestcoder commented Aug 25, 2019

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" }

@imsorx
Copy link

imsorx commented Oct 15, 2019

Check Header of your http request, it should be

application/json

@laziestcoder
Copy link
Author

laziestcoder commented Oct 15, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants