Javascript – nodejs – req.body returns undefined when sent to be handled in anther file
I'm working on a project involving nodejs and I'm having a problem with a request body that is undefined On the client side I fetch some data I also get the following error telling me the property is undefined or…