I am new to MERN tech , I have a issue when get a single user by using name and password , when i
make axios get request , it return such 404 error [
]
but when i make such request in postman, it will give the result ,

this is the code where i try to get the result

I can know that the email and password is shown as undefined in the server , that is why no record is retrieved
I dont find anything wrong about this get code ,
appreciate your help !