Hi all, I have been trying to deploy a meteor app using MUP. For the mongoDB im using MMS. The deployment does not want to work when I use MMS.
This if the MONGO_URL i use:
“MONGO_URL”: “mongodb://username@username:password@server1.domain.com:25002,server2.domain.com:25002/?replicaSet=replicasetname”
It keeps giving an error that the deployment failed because of mongodb.
When I keep everything the same and replace the MONGO_URL with one that uses compose.io then everything works.
Im thinking that I am maybe making a mistake with the way I setup MMS or the servers that host the MMS deployment.
Maybe its a firewall thing or something. Im new to this and im not sure.
Any help will be appreciated.