Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
67 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
78 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
0 votes
1 answer
140 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
60 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,790
0 votes
0 answers
94 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
85 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
70 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
68 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
49 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
38 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
152 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
98 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
61 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
72 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
79 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

15 30 50 per page
1
2 3 4 5
11695