Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

When I run docker compose, every container runs correctly and there are no error logs. However, when I try running the APIs, the server doesn't seem to communicate with the MongoDB database. compose....
chilli's user avatar
  • 1
Advice
0 votes
4 replies
64 views

I have never queried mongoDB before using C#, usually only things like SQL Server which seem more straight forward to me. I am also not an expert in C#, so please do not beat me up. Trying to learn. I ...
John Couch's user avatar
-3 votes
0 answers
27 views

I have a sharded mongodb-cluster 8.0.15-ent deployed on OpenShift 4.18 as a 3 node compact cluster. Total shards - 6 , mongos -3 , config -3. I have loaded 1.5 TB of data into this cluster. When I ...
user2999306's user avatar
0 votes
1 answer
76 views

I was getting this error after clicking the test connection button for a MongoDB connection in the IntelliJ IDEA Database tab: Driver class 'com.dbschema.MongoJdbcDriver' is incompatible with current ...
Daniel Kaplan's user avatar
1 vote
1 answer
32 views

The timeCodec in the Mongo driver throws an error when decoding doubles into time.Time fields. I'm dealing with legacy data that stores time as a double and it's impractical for me to migrate ...
takanuva15's user avatar
  • 1,780
0 votes
0 answers
74 views

I am experiencing a sudden and severe slowdown in MongoDB Atlas query performance. Starting exactly on Nov 21, every API route that interacts with MongoDB became 10–50× slower. There were no backend ...
Ahmed Ghrib's user avatar
0 votes
1 answer
59 views

I am trying to merge four collections in MongoDB and create a view: db.createView( "manageRequest", "claims", [ { $unionWith: { coll: "hr_loan" } }, { $...
Gokulavasan's user avatar
Best practices
0 votes
1 replies
62 views

I’m building a product catalog API using MongoDB’s aggregation pipeline. On the Node.js side I have a TypeScript “builder” that dynamically constructs the pipeline based on filters, sorting, and ...
Ivan's user avatar
  • 11
Tooling
0 votes
3 replies
61 views

I am new to docker and mongodb. I am designing a database for a startup but couldn't find the image for Mongodb version(community or free) that has least amount of vulnerabilities and has LTS support ...
Jasan's user avatar
  • 21
1 vote
2 answers
35 views

I am using Payload CMS with MongoDB via the Terminal in Visual Studio Code. I am trying to connect to MongoDB but keep getting this error: Error: cannot connect to MongoDB. Details: Username contains ...
GenevieveKuzak's user avatar
Advice
0 votes
2 replies
35 views

In MongoDB 7.0 when I run db.getCollection("NoSuchCollection").createIndex({ Whatever: 1 }); and the collection "NoSuchCollection" does not exist it is automatically created (and ...
EM0's user avatar
  • 6,605
-4 votes
1 answer
126 views

The properties in the application.properties file are not working. The application connects to the test database instead of the one specified in the application.properties file, and it also connects ...
Investia.tech's user avatar
1 vote
2 answers
88 views

I am getting a caching issue in a Next.js project.The Server updates the database and returns the new value but the UI still shows cached value until I manually refresh the page. page.tsx import ...
Gnaneshwar P's user avatar
1 vote
1 answer
58 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
4 replies
69 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

15 30 50 per page
1
2 3 4 5
11695