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

handlers.js #5

Open
Islessian0409 opened this issue Jun 28, 2018 · 2 comments
Open

handlers.js #5

Islessian0409 opened this issue Jun 28, 2018 · 2 comments

Comments

@Islessian0409
Copy link

Hello, I am having trouble creating a user on Section 3 - Service 2 Users.
Everything is fine as I use postman without putting anything on the body which results to
this output {'Error' : 'Missing required fields'} which is right.
However, when I provide the values on the body, I followed it exactly as you have provided and still the output is '(Error' : 'Missing required fields'}. I traced and check our codes and they are identical. So I tried to run your code that I downloaded and the same output was displayed.
I noticed that on your video on Section 3 - Service 2 Users at 30:53 aside from the body
you have a value on the header. If that is what I missed what should I put on the key and value before I press send? Thank you.

@abhinav-official
Copy link

Having the same issue is there any solution??

@abhinav-official
Copy link

Got the solution..
jus put "password" key instead of "hashedPassword" in postman
`{
"firstName":"jacck",
"lastName":"gaandu",
"phone":"1236547898",
"password":"asdftrdfghjn",
"tosAgreement":true

}`

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