↧
Why can't I connect to MongoDB Atlas with GitHub Actions?
I want to create a workflow that automatically scrapes reviews of an app from Google Play Store at a scheduled time every day and stores it in my collection in MongoDB Atlas. So first, I created a...
View ArticleAtlas Search Index Build Fail
I am working with a large dataset (several thousand documents) and I am trying to construct an Atlas Lucene search index for a particular field in these documents. To give an idea of my data, here's a...
View ArticleMongoDB Atlas Online Archive - Unable to Connect from EC2 with VPC Peering...
We have configured mongo atlas archiving and trying to connect with aws ec2 with the help of VPC peering. We have already established vpc peering to connect Primary database and it is working fine. But...
View ArticleError 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. Until now I tested everything on localhost and it worked but I wanted to move the data to a...
View ArticleI can not see my documents in MongoDB Atlas even can see my database and...
I have been facing this problem and trying to fix it but can not so far.I connected MongoDB Atlas successfully. I can see my database and collections, however I can not see the documents in the...
View Article'No write concern mode named 'majority`' found in replica set configuration'...
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...
View ArticleMongoDB Altas Auto-Increment fields with Trigger unknown: Unexpected reserved...
I want to implement auto-incremented fields with MongoDB Atlas triggers. However, by following the instruction from official MongoDB website. I still face an error > error: unknown: Unexpected...
View ArticleHow can i upload data from arduino uno ethernet shield to mongodb Atlas
i need help to upload data from sensor to mongodb atlas using arduino uno ethernet shield i was using this code and it cann’t to connect to mongodb atlasi was testing code with static values in...
View Articlestrugling to connect express app to mongodb atlas
iam strugling to connect my simple server to mongodb using atlas. i have created a new project and database with cluster, they provide a connect string i use exactly like they say. but i get this error...
View ArticleSpringBoot + MongoDB "Cannot resolve reference to bean 'mongoTemplate' while...
I am new to Spring Boot, following tutorials to create a simple restAPI using MongoDB, and I keep encountering this same error " Cannot resolve reference to bean 'mongoTemplate' while setting bean...
View ArticleSet up Google Auth on iOS and Android at the same time Atlas Mongo Realm
I have a multiplatform app on android and iOS.At the moment is not possible to have google sign in working for bot iOS app and Android app, right?On the documentation, it is stated that the iOS app...
View ArticleDockerizing Express-MongoDB Atlas (docker-compose)
My apologies if this is a noob question but, is it possible to configure a docker-compose file to get an already-existing Mongo Atlas database working as part of a docker network?I have searched in...
View ArticleMongoDB Updates with Aggregation Pipeline Java Sync Driver
SO...I am trying to write a single query to update and return multiple documents stored in an Atlas MongoDB ReplicaSet. Mongo version 7 and Java Sync Driver version 4.11.1 to build and execute the...
View ArticleMongo DB Atlas vs Azure cosmos DB Mongo API
I would like to migrate my already existing Mongo DB to Azure Cosmos DB Mongo API, but could not figure out whether all the functionalities in use can be implemented in cosmos DB. Currently, I am using...
View ArticleError connecting to MongoDB Atlas cluster: MongooseServerSelectionError
I'm encountering an issue while trying to connect to a MongoDB Atlas cluster from my Node.js application using Mongoose. Whenever I attempt to connect, I receive the following error message:Error...
View ArticleMongoDB Atlas Error with Mongodb Terraform Providers
Getting the below error from running TF apply, Plan works okay since it's only showing what resources would be provisioned and not interacting with the...
View Articlemodule not found in mongoDB connection [closed]
I'VE BEEN GETTING THIS ERROR , HOW TO SOLVE THIS.IF ANYONE HAS ANY IDEAS PLEASE LET ME KNOW!!node:internal/errors:496ErrorCaptureStackTrace(err);^Error [ERR_MODULE_NOT_FOUND]: Cannot find module...
View Articleemail duplicates on mongodb when hit register button on register page
everytime i register with same email on register page it still record on my mongodb whereas i expect it to not recordedi try to write unique:true on email var at User.js like thisimport bcrypt from...
View ArticleRealm Error No Subscription for WRITE: When doing multiple subscriptions of...
I am trying to configure the realm with the help of the below function. Initially, there was only EmailAccount class after adding ApplicationAccount class while writing to EmailAccount cluster it is...
View ArticleMongodb + Atlas: 'bad auth Authentication failed.', code: 8000,
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....
View Article