The first name and last name is undefined

Tell us what’s happening:
Describe your issue in detail here.

Your project link(s)

solution: https://replit.com/@kelvin-opemipoo/boilerplate-express-1name

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36

Challenge: Get Query Parameter Input from the Client

Link to the challenge:

It’s not really clear to me what you are trying to do.

Is that the right solution url? I don’t find anything there. Is this it?

Where are you trying to solve this in the code? I don’t see where you are trying to get those values.

I found the issue, thank you very much
I was trying to get value from the url, but I was using req.body instead of req.query

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.