Skip to main content
0 votes
1 answer
40 views

I'm working with MongoDB transactions (Node.js, replica set). Inside a transaction, I update a document in a way that changes the value of a field that is covered by an index. Later in the same ...
Bear Bile Farming is Torture's user avatar
Tooling
0 votes
2 replies
33 views

My mongo database is contained in a docker image. I use this command in order to run the docker container: docker run -p 127.0.0.1:27017:27017 mongo:Version and afterwards I do a mongorestore: ...
quma's user avatar
  • 5,797
0 votes
1 answer
56 views

I'm not sure if this is a MongoDB issue, an issue with the mongo-java-driver or if I'm doing something worng. The issue is that MongoDB can behave differently in case there is a $eq operator or if a {...
the's user avatar
  • 361
2 votes
2 answers
84 views

I have Python code in which I am reading data from MongoDB and insert it into a table in Oracle database. I have removed some parts of the code (importing libraries, connecting to MongoDB and Oracle, ...
Pantea's user avatar
  • 143
1 vote
1 answer
77 views

I’m using MongoDB GoLang Driver v2 and I want to store a custom money type in MongoDB. If the value is nil, I want the BSON document to store price: null. Example document I want: { "name":...
Prakash P's user avatar
  • 4,128
Tooling
0 votes
0 replies
50 views

So I have an MEAN stack application where user types query ( or copy from mongodb compass ) in a editor and I use nodejs in backend to perform that query , So I use codemirror editor to text codes , ...
Vignesh's user avatar
  • 61
0 votes
0 answers
50 views

I'm using mongo db with payloadcms and I have tree like structure. We have a collection called nodes. A node have children as array and a parent id. Now I want to change the node status like marking ...
Shoaib Ahmed's user avatar
0 votes
0 answers
34 views

We're using Tornado-based services, which fork and then create DB connections. This was all working fine until we tried upgrading to python 3.11 (from 3.8) and using pymongo 4.8.0. Now, we very ...
kbosak's user avatar
  • 2,127
-3 votes
0 answers
29 views

I'm getting the error Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client in my Express.js application using MongoDB session store, but the page displays correctly in ...
Priya Singh's user avatar
0 votes
0 answers
52 views

I'm building a guest creation API using Next.js (App Router), Zod, and Mongoose. The problem: Even though my frontend validation passes and I see the full payload in the console, the server throws ...
Mugi Raja's user avatar
0 votes
1 answer
43 views

Title - MongoTimeoutException in Testcontainers Integration Test : Open Liberty app attempts to connect to Kubernetes FQDNs instead of local alias I am writing integration tests for an Open Liberty-...
VR7's user avatar
  • 112
0 votes
2 answers
58 views

I'm struggling to connect from my Rails deployment to an Atlas Cluster. This is my MONGODB_URI: mongodb+srv://JohnDoe:****@cluster0.*****.mongodb.net/XYZ_prod?retryWrites=true&w=majority The ...
Thomas's user avatar
  • 78
2 votes
1 answer
80 views

Problem: I'm using the mongodb/mongodb-atlas-local Docker image in our CI/CD pipeline for running tests. While the verbose logging is acceptable for local development, it becomes problematic in CI/CD ...
Dmytro D's user avatar
3 votes
1 answer
78 views

Mongo can't bring records which are in far far future like 2394-10-20T16:10:23 now: 2025-11-17 Description: I have a timeseries collection in mongo and here is the command to created it: db....
zamoosh's user avatar
  • 119
Advice
1 vote
2 replies
70 views

I want to connect to my mongodb running on my localhost machine (dockerhost) from inside a docker container. For that I have to allow connections other than localhost. Unfortunetly when using --...
Benedikt Lechner's user avatar

15 30 50 per page
1
2 3 4 5
11696