Problem
After setting up a data connection for MongoDB, the collections are not visible.
Solution
- 
Verify the Connection String: Ensure that the database name is explicitly included in your MongoDB connection string. For example:mongodb://<username>:<password>@<host>:<port>/<database_name>
 
            
            
        