You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not connect to database using connectionString: mongodb://user1:****@server1.example.com:27001,server2.example.com:27002,server3.example.com:27003/?replicaSet=mongodb-rs1"
/app/node_modules/mongodb/lib/sdam/topology.js:285
const timeoutError = new error_1.MongoServerSelectionError(`Server selection timed out after ${serverSelectionTimeoutMS} ms`, this.description);
^
MongoServerSelectionError: getaddrinfo EAI_AGAIN server1
The line below works when I specify it in my docker-compose.yml. However, this will not work if this server is being serviced. I would like to take advantage of the replicaSet.
I am having a very similar issue, where I deploy the image from Docker-Hub to Kubernetes. I keep running into these timeouts while using the CLI or PyMongo, I am able to connect to the replica/server
Hi,
I have the line below in my
docker-compose.yml
This gives me the error below.
The line below works when I specify it in my
docker-compose.yml
. However, this will not work if this server is being serviced. I would like to take advantage of thereplicaSet
.I connect successfully using the command below.
Help. I have tried different ways to specify
ME_CONFIG_MONGODB_URL
.mongo-express
version is1.0.2-20
.The text was updated successfully, but these errors were encountered: