Parameter “obj” to Document() must be an object, got “” (type string)
I have a problem, in postman the result of the request is this:
Mensaje de Error en Postman
I’m facing a problem in deleting a JSON element using express.js
I am learning , MERN stack , the problem is I created a delete function to delete a json item on my db (mongoDB), but whe i make test on it on postman I got an error (Error: connect ECONNREFUSED 127.0.0.1:4000)