Hi guys,
I’ve been debugging a connection problem for a few days when running the POST request. I am using Node.js and mongoDB, mongoose. I’ve checked the DB is able to be connected in Node.js. But in postman, an error message comes up in console :
Error: socket hang up
POST /products HTTP/1.1
Content-Type: application/json
Is there anyone can help me with this problem? Thank you!!