mongodb-atlas Questions

1

Solved

I'm getting the following random message on my Mongo Atlas "Access History" view: "FAILED BadValue: SCRAM-SHA-256 authentication is disabled" This message is attached to my appl...
Fulsome asked 28/9, 2022 at 1:1

5

Recently I updated Node.js to version 20.3.1 and tried to connect my MongoDB Atlas. When my Node.js's version is 19.X, the connection of Atlas is normal. However, The terminal shows the deprecation...
Mcelroy asked 1/7, 2023 at 11:46

30

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 I f...
Dissimulate asked 3/12, 2019 at 17:22

1

I created a "brands" collection and then added an index collation: { locale: "en", strength: 2} on the "title" field. But when I try to query it using this collation i...
Tamasha asked 14/7, 2021 at 9:39

23

Solved

I've tried this and it's not working. I have the following error with Mongodb + Atlas: MongoError: bad auth Authentication failed. at /Users/cyrus/Documents/Code/01. Code/Franklin-ford/franklin-...
Alpenglow asked 1/2, 2020 at 19:23

2

I have a test data set (500k rows) { "_id": ObjectId("61309575c9346aab086f91fb"), "listId": ObjectId("61309575c9346aab086f91fa"), "createdDate"...
Loisloise asked 2/9, 2021 at 12:50

5

Solved

I'm trying to connect to my mongodb atlas cluster but i keep getting timed out as soon as i try to do something with my db. The db i use was created in mongoshell and also the collection i checke...
Clambake asked 25/7, 2018 at 19:14

17

Solved

I'm trying to insert an object into mongodb via a POST request. The object that I send gets inserted in the db successfully, however I get the error mentioned above. The package I'm using for mongo...
Miquelon asked 15/12, 2020 at 12:28

2

I'm building a website, and am using MongoDB Atlas for my database. In the MongoDB Network Access section, I have to specify an IP address to connect from in order to establish the database connect...
Brisance asked 3/2, 2021 at 21:28

18

Solved

I am new to MongoDB 4.0.6 and tried to implement it into my website using Node/Express.js, but when I try to connect to mongodb+srv://${process.env.MONGOUSER}:${process.env.MONGOPASS}@main-03xkr.mo...
Lithopone asked 3/4, 2019 at 15:43

6

Solved

I am only to delete one record at a time in Mongodb cloud db (Atlas). I have 60 records to delete and it is painful. I do not see an obvious way to delete multiple records at once. Is there a simpl...
Snick asked 5/2, 2019 at 17:42

5

Solved

I have remote database in Atlas with name of "test" and I want to download collection name image_table as a JSON file. In mac terminal: $ mongoexport –db test –collection image_table image.json I...

3

I have below in my provider.tf in the root directory terraform { required_version = ">= 1.0.5" required_providers { azurerm = { source = "hashicorp/azurerm" version = &q...
Sherl asked 23/7, 2022 at 13:59

3

Solved

When I click delete button it shows an: Error Message : "Project Name" has running Atlas clusters. All Atlas clusters need to be terminated before the project can be deleted. As Shown in ...
Margrettmarguerie asked 15/10, 2021 at 13:11

5

Solved

I'm building a small program that connects to MongoDB-Atlas. I created a connection, a Schema, a Model and created a document. but somehow my DB name is "test" and Collection name is &quo...
Blenheim asked 23/4, 2020 at 13:30

23

Solved

So I'm currently wirting a web application and I need database so I decided to go with mongodb and mongoose. Until now I tested everything on localhost and it worked but I wanted to move the data t...
Godbey asked 18/4, 2018 at 8:34

11

I have set up a mongodb Atlas free tier cluster. When I try to connect to it with node js, it throws an error. I have white listed my IP both manually and with select current. I have also tried add...
Expostulatory asked 12/6, 2020 at 11:2

6

Solved

I'm migrating mLab from Heroku to MongoDB Atlas. As one of steps I want to check if there is a connectivity to newly created cluster. I'm used Robo3T (formerly Robomongo) for Heroku mLab instances....
Hieratic asked 26/10, 2020 at 22:38

5

I am a newbie trying MongoDB-atlas free tier. I have a cluster named - "mongoCluster. Under it, I have a database - "testdb" and under it, have a collection - "testcollection&qu...
Rakia asked 17/11, 2020 at 3:2

1

Solved

I am trying to do ssh tunneling and connect to my localhost which would forward my request to atlas cluster. Note: My mongo connection string is srv string Steps I followed. 1. ssh -N -L 27017:clus...
Liebknecht asked 13/2, 2023 at 9:27

11

Solved

I'm trying to perform a transaction on a Mongo DB Atlas M0 instance from Mongo DB Node JS driver (as described here) and I'm getting the following error: code:8000 codeName:"AtlasError" errmsg:"in...
Azpurua asked 11/11, 2018 at 23:9

7

Solved

I'm using Python 3.9.5 and PyMongo 3.11.4. The version of my MongoDB database is 4.4.6. I'm using Windows 8.1 I'm learning MongoDB and I have a cluster set up in Atlas that I connect to. Whenever I...
Pineal asked 24/6, 2021 at 23:59

2

I have successfully created a project, user and cluster via the Mongodb terraform provider, however I am expecting to see a database already created under my new cluster, which is not to be found. ...
Sammiesammons asked 28/9, 2019 at 22:50

1

I am pretty new to MongoDB. I am in a scenario where it is possible for a system to invoke functions simultaneously many time. I have gone through mongoDB Atlas function documentation and didn't fi...
Nisbet asked 12/1, 2023 at 5:31

3

Solved

I've been getting this error lately when running my tests. I tried it with a local MongoDB server (4.0.5) and I've tried it on Mongo Atlas but experiencing the same problem. I tried increasing the...
Satin asked 23/1, 2019 at 12:20

© 2022 - 2025 — McMap. All rights reserved.