IP restrictions for Power BI Embedded to connect to Mongo database on Mongo...
We have a Mongo database which is hosted on Mongo Atlas. We want to create Power BI reports and have them embedded within our Web Application. All of this is working, however the reports are currently...
View ArticleUnable to Synchronize Data with MongoDB Atlas Cluster Using Python
I'm encountering an issue with synchronizing data between my Python application and a MongoDB Atlas cluster. Here are the details:I have a Python script that synchronizes data between a CSV file and a...
View ArticleMongoDB Online Archive - Do Partition Fields need to follow the ESR rule?
From the official document, we can set up partition fields to speed up the performance when using Online Archive.The order of fields listed in the path is important in the same way asit is in Compound...
View ArticleMongoDB Atlas - Replica Set Has No Primary
I'm fairly new to MongoDB (Atlas - free tier), where I have created a project using it for storing my data. I had it set up and working fine for a couple of weeks, when suddenly I received an email...
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 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 Articleconnection times out when trying to connect to mongodb atlas with python
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 checked...
View Articlemongo atlas model is present but the documents are not getting created
i have started using next js lately and i'm new backend technologies , i have established the connection with monogdb atlas using moongose which works as expected but the post request date which is...
View ArticleMERN Stack on Render Issues "Cannot GET /" error
Ive uploaded my front end as a static site on Render and my backend as a web service.I am getting an error when opening the backend as "Cannot GET /" so when I try to use my react app there is not...
View ArticleIndex not getting applied while $lookup for one of my query but for others...
Index not getting applied while $lookup (Customers lookup in my query, _id index is not getting applied) for one of my query but for other query it’s getting applied.Below is the plan details which is...
View ArticleHow can I solve this mongodb Atlas connection error? [closed]
The uri in mongodb Atlas I am importing in my vs code editor the terminal is giving this error -> MONGODB connection failed error: querySrv ENOTFOUND . But same URI when I am copying in compass It s...
View ArticleIs there no way to create dictionary or custom stop word for Atlas Search?
It looks like there isn't a dictionary or any way to customize stop words and other indexing settings before creating an index in Atlas Search.I'm aware that we can set up synonym mappings after...
View ArticleHow can I delete my MongoDB Atlas Project?
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 picture below :
View ArticleHow can I configure my .env for in nestjs mongoDB?
I am working on my backend with NestJS, I managed to connect to my mongo DB by making the configuration in my app.module which is the same as app.js in express. As seen in the image enter image...
View ArticleMongoDB's Atlas Search on people names (fuzzy search) produces poor results
Searching for people's names in a database may be one of the most common use cases there is for fuzzy searches. However, I'm struggling mightily using Atlas Search (MongoDB v7) to produce consistently...
View ArticleTrouble Fetching Data from MongoDB Atlas in Full Stack Blog Deployed on...
I've developed a full-stack blog website as part of my learning journey in web development. I'm relatively new to this field. The website includes an admin panel where admins can manage blog posts by...
View ArticleFUNCTION_INVOCATION_TIMEOUT: Error occuring while logging in with vercel...
I am working on a project using NextJS with app router and MongoDB Atlas which included authentication and i am using next auth for the same. The code is working completely okay for the local host but...
View ArticleCannot Connect to MongoDB Atlas from GCP Cloud Run Instance
I followed this guide to creating a static outbound IP and attaching it to the instance. I have confirmed that the outbound IP is correctly setup and that outbound requests are from that IP by using...
View ArticleSecure mongodb atlas connection with IAM role and access the secure...
How to secure mongodb atlas connection with IAM role and access the secure connection from a particular Elstic BeanStalk environment in AWS?I deployed the project in aws ebs and I want to secure...
View ArticleMultiple JWT URI's - Custom JWT Authentication [MongoDB Atlas]
I’ve been using Custom JWT authentication with a google tokenId, and it worked just fine so far. However I also need to add one more authentication provider (Firebase/Github). And when I fetch that...
View Article