MongoDB: Collections are not listed on the Import Dialog

Problem

After setting up a data connection for MongoDB, the collections are not visible.

Solution

  1. 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>