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