I’m trying to get MongoBooster to connect, but am not having success.
I am certain that the user and pass are correct - you can actually see the mongo password in the client return when printing the db from core.mongo(), as in the attached file. In that file you can also see the user, the default db etc., all of which I am using.
When attempting to connect with these credentials the "Connecting… " spinner just spins without ever resolving.
Just to note, there really isn’t much to do with MongoBooster, unless your looking to delete a lot of records. The actual schemas and databases are created as you use the Mongo module. It’s one of the features of Mongo.
I’ve tried both the IP address and the coronium server url, and I am only using alpha numeric chars. I am looking at mongobooster because in the old Coronium server (long time Develephant product user here… ) you could edit a given record manually, which would be very convenient for the project I am building. I guess if mongobooster does not provide that ability then I will skip it, though I’d love to figure out why I can’t connect…
Just to note, there really isn’t much to do with MongoBooster, unless your looking to delete a lot of records. The actual schemas and databases are created as you use the Mongo module. It’s one of the features of Mongo.
I’ve tried both the IP address and the coronium server url, and I am only using alpha numeric chars. I am looking at mongobooster because in the old Coronium server (long time Develephant product user here… ) you could edit a given record manually, which would be very convenient for the project I am building. I guess if mongobooster does not provide that ability then I will skip it, though I’d love to figure out why I can’t connect…