I have recently encountered an issue with the integration of MongoDB. After I connect to Database, when I see the collections, it is empty:
I think the issue is with the host in the MongoDb connection.:
(I have entered the <password> correctly)
Any help is greatly appreciated !
Best answer by Troy Tessalone
@ajithkrr
Host The IP address or hostname (db.example.com) of where your database instance resides. Make sure it is accessible from outside your network. We send out database connections from the IP addresses listed below.
Host The IP address or hostname (db.example.com) of where your database instance resides. Make sure it is accessible from outside your network. We send out database connections from the IP addresses listed below.
The Host is what confuse me. I don't know what the hostname is. The only think I have is the connection url which I provided in the image (in the question).