241 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Score of 1
2 answers
74 views
MongoDB Atlas Search Index Query Required
I have this search index in my Atlas Cloud DB:
` { "mappings":
{ "dynamic": false,
"fields":
"email": [ { "maxGrams": 12, "minGrams&...
Score of 0
0 answers
38 views
ATLAS Calculation and Tabulation. How to use log files?
I was using ATLAS through MobaXterm and I am so lost. I was given a starter code and with that it was easy to generate three I-V curves for Si, Ge, and InAs. I did so atND =10^14 cm^-3, NA = 10^14 cm^-...
- reputation score 1
Score of 1
2 answers
253 views
Issue Connecting to MongoDB Atlas – ETIMEDOUT Error
I'm having trouble connecting to my MongoDB Atlas cluster.
Network Access Settings – I've added my IP to the allowed list and even upload any Ip to this list (0.0.0.0)
2)Database Users – My user is ...
Score of 0
1 answer
113 views
TimeOut Error: Problems with MongoDB Atlas configuration in Production Environment (Vercel)
I’m having TimeOut errors when I try to save or find out something in the collections of the clusters. Here is an example of the log:
Error en authorize: MongooseError: Operation `users_profiles....
- reputation score 1
Score of 0
0 answers
90 views
GCP MongoDB Atlas Live Migration Fails After Validation – Stuck at Initialization
I’m trying to migrate a MongoDB instance to MongoDB Atlas using the Live Migration tool from an GCP environment. After passing the validation step with the necessary roles, the migration process gets ...
- reputation score 9
Score of 0
1 answer
192 views
MongoDB Multi-Region Replica with readPreference=nearest Still Redirecting to Primary Region
I am trying to reduce latency in my application by setting up a multi-region replica using MongoDB Atlas. Initially, my database was hosted in a single region (Mumbai: ap-south-1). To improve latency ...
Score of 0
1 answer
38 views
Cannot modify MongoDb databases in Visual Studio Code
I have created an Atlas account and created some databases in the cloud including a Playground database.. The admin account is included in the connection string and I am able to list the databases in ...
- reputation score 1
Score of 0
0 answers
66 views
nestjs microservices mongodb atlas connectivity problem
I'm working on a NestJS microservices architecture and encountering issues connecting to MongoDB Atlas. The same MongoDB URI configuration works with a monolithic NestJS project, but it fails in my ...
Score of -1
1 answer
97 views
Atlas Search across Enbedded Document and Root Document fields using Compound/Must
How do I perform a "Compound/Must" across EnbeddedDocument and RootDocument fields?
Ive create a playground for this issue im facing
https://search-playground.mongodb.com/tools/code-playground/...
- reputation score 898
Score of 0
1 answer
105 views
How to use Atlas Search Compound "Must" aggregation to seach Root Document fields AND EmbeddedDocument fields
I have the below document
{
"_id": "101",
"PublisherName": "Big book publishers",
"PublisherAddress": "123 Mian Street",
&...
- reputation score 898
Score of 0
1 answer
45 views
Atlas Search using Milti Analyzer C#
I would like to seach using a wildcard serch term (eg "This i*") on the field "Description" which has a "lucene.keyword" analyzer defined using multi analyser. I have the ...
- reputation score 898
Score of 0
0 answers
306 views
MongoDB Atlas CLI: atlas command not found
I am trying to use MonngoDB Atlas CLI. I have installed Atlas in a Ubuntu virtual environment following the official documentation. Apparently everything works. However, if I close and reopen the ...
- reputation score 2004
Score of 0
1 answer
205 views
Realm not subscribing according to Device Sync Rules
I'm using Realm Swift SDK on my SwiftUI project.
It all started when I updated the Realm package in the XCode Package Manager.
I faced some issues with the new version of Realm's Swift SDK and based ...
Score of 0
1 answer
75 views
MongoDB Atlas AWS CDK Deploy Error "No region exists"
Getting "No region exists" error when trying to deploy MongoDB serverless via AWS CDK v2 to us-east-1 or us-west-2.
CDK deploy error: "https://cloud.mongodb.com/api/atlas/v2/groups/{...
Score of 0
0 answers
91 views
How do I connect Studio3T IDE to MongoDB Atlas replica set (instead of a specific server in the replica set)?
Has anybody successfully connected the Studio3T IDE to a MongoDB Atlas replica set rather than to an individual member of the replica set?
Details:
When I try to use the "Replica Set" option ...
- reputation score 1