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
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.
The text was updated successfully, but these errors were encountered:
Got the solution..
jus put "password" key instead of "hashedPassword" in postman
`{
"firstName":"jacck",
"lastName":"gaandu",
"phone":"1236547898",
"password":"asdftrdfghjn",
"tosAgreement":true
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.
The text was updated successfully, but these errors were encountered: