Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
I am not able to see my key value pair of req.body when i am making a post request from postman and seeing the output in my console. i am sharing the screenshot of each and everything…plz help me
You’re using the urlencoded parser in the code but using the formdata in Postman.
Does it work when you use the other one?
hey @danny-dainton does it make any difference ??
hey @danny-dainton thanks so much …you were right there i should have used same format…it worked now…thanks…

1 Like
That’s why it makes a difference 
Glad it’s now working for you 
yeaah true:face_with_hand_over_mouth:

thanks

1 Like
