Closed krrishdholakia closed 5 years ago
Tried to debug the problem but couldn't get the process.env.MONGODB_URI variable.
@thejameswang could you share the heroku credentials?
To create a post request with Postman. Send data through Body using Raw in a JSON format like, { "feedback": "This is a test feedback" }
Also, remember to make Headers: content-type to be application/JSON
Feedback route not posting data correctly to backend. object is being created but the feedback is not being stored there.