After Commit Transational Event Listener can't find entity from mongodb
Hi I'm trying to implement service logic that invoke aws s3 codes after saving data(after commit) to mongodb.Basically, in @Service class, there's @Transactional method which receives data from client...
View ArticleReceive DEP0170 when connecting MongoDB Atlas with Node.js 20.3.1
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...
View ArticleMongoDB, which tier has more than three indexes for atlas search?
my application needs about 10 indexes in atlas search, but the default/free tier only allows me to create three.It says: Indexes Used: 3 of 3. You have reached the index limit for your cluster tier.Now...
View ArticleMongodb 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. Unfortunately, every time I try to run db.copyDatabase() or copydb admin command, I get the...
View Articlemongodb atlas functions consuming too many connections
I have a trigger set up on a database that fires a function whenever a new document is inserted. This function generates a summary from the full document and updates a collection in another database....
View ArticleMongoDB Atlas connection error: MongooseServerSelectionError, despite IP...
Issue: I'm working on a Node.js backend using MongoDB Atlas and Mongoose. The server is running fine on port 8080, but I'm getting the following error when trying to connect to the MongoDB...
View ArticleHow azure mongodb atlas (Pay as you go) service is connected with the mongodb...
I have azure mongodb atlas (pay as you go) service created.So, when the service was created, Azure asked me to configure the account on the publisher's site.I have configured my mongodb atlas...
View Article"Query Targeting: Scanned Objects / Returned" Exceeding 1000 – How to Fix?
I'm using MongoDB Atlas and noticed a warning in the Performance Advisor and monitoring dashboard:"Query Targeting: Scanned Objects / Returned" has gone above 1000From my understanding, this means my...
View ArticleMongoTopologyClosedError: Topology is closed
In my web application, it works most of the time, but occasionally I get a 500 error, and sometimes I don’t.It works completle in local server, but the preblem is in the website that use MongoDB...
View Article