243 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
29
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^-...
0
votes
0
answers
46
views
CloudFormation Fails with "Internal Failure" When Creating MongoDB Atlas Cluster
I'm trying to create a MongoDB Atlas cluster using a CloudFormation template, including VPC peering and network container setup. Organisation API keys are stored in Secrets manager. However, the stack ...
1
vote
2
answers
161
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 ...
Vladi's user avatar
- 2,038
0
votes
1
answer
96
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....
0
votes
0
answers
61
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 ...
0
votes
1
answer
147
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 ...
0
votes
1
answer
30
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 ...
0
votes
0
answers
57
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 ...
-1
votes
1
answer
86
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/...
0
votes
1
answer
87
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",
&...
0
votes
1
answer
40
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 ...
0
votes
0
answers
290
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 ...
0
votes
1
answer
189
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 ...
0
votes
1
answer
72
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/{...
0
votes
0
answers
79
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 ...