0

I was able to login my MERN stack application locally when I ran in my laptop, but when I deployed to the digital ocean droplet server, all of my existing database inside MongoDB had been deleted, so as of now I am not able to login into my application in cloud server, the question is how can I send POST request from Postman to MongoDB that I deployed in cloud server so that I can register new user and able to login into system? Thank you.

Below POST request should be sent from the Postman but it's not able to send to the cloud:

{{droplet_url}}/api/user/register
Jonh
  • 95
  • 1
  • 2
  • 13
  • Could you please add in the error that you are getting after hitting the above URL from postman? Also, I hope you have deployed a MongoDB instance as well in your droplet. – amanpurohit Feb 12 '20 at 03:11
  • Thank you for your comment amanpurohit, now I able to connect with it, there is some technical error. – Jonh Feb 12 '20 at 05:37

0 Answers0