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 ArticlePyMongo [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to...
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.1I'm learning MongoDB and I have a cluster set up in Atlas that I connect to. Whenever I try...
View ArticleMongoDB connection error: MongoTimeoutError: Server selection timed out after...
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-6cc8ed6de274I followed...
View ArticleMongodb atlas local in docker stopped working because of security keys
I'm running mongodb/mongodb-atlas-local in Docker, I got the docker-compose from here. It used to work, but it suddenly stopped. I tried deleting every images and volumes and rebuild it but nothing...
View ArticleUsing MongoDB Atlas with Flutter
I want to create a Flutter mobile application and I want to use MongoDB Atlas as a database. Is there a Flutter package available that can help me with that?If not, is there any other way I can connect...
View ArticleMongoDB "PlanExecutor error during aggregation :: caused by :: service...
I started getting this error recently.PlanExecutor error during aggregation :: caused by :: service temporarily unavailableIt seems to happen randomly when my application is trying to use an...
View ArticleCreate a custom image using from mongodb/mongodb-atlas-local
Im trying to create a custom image for my local development purposes using the mongodb/mongodb-atlas-local image.However if my docker entrypoint uses the regular FOSS mongo starting command:mongod...
View ArticleHow to add minumimShouldMatch to a Mongo Atlas Search query with Java...
I am trying to replicate the below JSON in Java to search using Atlas Search, using the Aggregates class, rather than just creating all of this by a new Document().[ { $search: { compound: { filter: [...
View ArticleTrouble with prefilters in MongoDB Atlas and Langchain: 'Path needs to be...
How do I use prefilters with langchain and mongodb atlas?Here's my example models:class Question(Document): content = StringField(required=True)class ResponseFragment(Document): question =...
View Articlevercel error: @prisma/client did not initialize yet. please run "prisma...
- info Linting and checking validity of types...- info Collecting page data...Error: @prisma/client/edge did not initialize yet. Please run "prisma generate" and try to import it again.In case this...
View Articlehow to fix the errors while deploying MERN stack project on Netlify and...
I am trying to deploy my MERN stack project on a free server, but as per google there is no single platfrom where I can host mu whole MERN project, so I deployed my backend on Railway, frontend on...
View Article