Top "Mongodb-atlas" questions

MongoDB Atlas is a cloud database service for running, monitoring, and maintaining MongoDB deployments, including the provisioning of dedicated servers for the MongoDB instances.

MongoDB connection error: MongoTimeoutError: Server selection timed out after 30000 ms

I am trying to create a fullstack app reading the following tutorial: https://medium.com/javascript-in-plain-english/full-stack-mongodb-react-node-js-express-js-in-one-simple-app-6cc8ed6de274 …

node.js mongoose mongodb-atlas
Error at connecting to MongoDb Atlas Server

So I'm currently wirting a web application and I need database so I decided to go with mongodb and mongoose. …

node.js mongodb mongoose mongodb-atlas
How to fix 'Error: querySrv EREFUSED' when connecting to MongoDB Atlas?

I am new to MongoDB 4.0.6 and tried to implement it into my website using Node/Express.js, but when I …

node.js mongodb express mongoose mongodb-atlas
How to connect to mongoDB Atlas using mongoose

I'm trying to connect to my cluster on mongoDB Atlas via Mongoose.connect(), but every time i try to connect …

node.js mongodb express mongodb-atlas
How can I connect to MongoDB Atlas using Robomongo?

I signed up freely at MongoDB Atlas and created cluster now I want to know how can I create database …

mongodb mongodb-atlas robo3t
Fail to connect Mongoose to Atlas

I'm always connecting to the "admin" DB, which is a fixed bug. Using Mongoose 5.0.6 MongoDb 3.6 and trying to connect to …

node.js mongodb mongoose node-mongodb-native mongodb-atlas
How to fix MongoError: Cannot use a session that has ended

I'm trying to read data from a MongoDB Atlas collection using Node.js. When I try to read the contents …

node.js mongodb mongodb-atlas
Connecting Mongodb Atlas from Spring boot

I i am new to the Mongodb with Spring Boot.And i have MONGODB ATLAS URI Connection String mongodb://userName:&…

mongodb spring-boot mongodb-atlas
Mongodb Atlas: not authorized on admin to execute command

I have a MongoDB Atlas cluster within which I am trying to simply copy a database within the same instance. …

mongodb mongodb-atlas
Cannot connect to mongodb atlas through mongo shell

I've checked other similar posts but none worked for my case. I upgraded my mongo shell right before connecting to …

mongodb mongo-shell mongodb-atlas