Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-3 votes
0 answers
62 views

48790b4b ERROR ⨯ Error: Failed to load external module mongodb-438b504308ffa4be: Error: Cannot find module 'mongodb-438b504308ffa4be' Require stack: \- /var/task/.next/server/chunks/\[root-of-...
1 vote
1 answer
43 views

Environment: Angular: 18.x Node.js: 18.20.4 Package manager: pnpm (same behavior with npm) OS: Windows import { Component, OnInit } from '@angular/core'; import ChartsEmbedSDK from '@mongodb-js/...
0 votes
0 answers
43 views

I have a branch management system in my application where some approved requests show the processor's name (like "usernme") while others show "Legacy". The issue Logs always show ...
Best practices
0 votes
2 replies
71 views

So i was trying to make a controller for getting all the employee data based on query and query can search through the name, role and phone number so when i try to search via phone number it gave me &...
2 votes
1 answer
53 views

I have a validator as follows db.createCollection("employees", { validator: { $and: [ { $jsonSchema: { bsonType: "object", required: [ ...
Gibbs's user avatar
  • 23.1k
3 votes
3 answers
205 views

I started a new Kotlin Spring project and want to connect to a Mongodb. I added the following to my application.properties file server.port=3000 spring.data.mongodb.uri=mongodb+srv://MYUSERNAME:MYPW@...
1 vote
2 answers
74 views

[email protected] is shutting down immediately after launch on MacOS Sequoia 15.7.3. I have tried completely removing and reinstalling [email protected], using the instructions here and here. ...
James Newton's user avatar
  • 7,182
3 votes
1 answer
77 views

I'm losing my mind a bit here. I'm completing an old project of mine with Express and Mongoose with Google firebase login. Everything was working fine with my first test user, but as soon as I tried ...
0 votes
1 answer
45 views

I’m installing MongoDB 7 on AlmaLinux 10 using the RHEL8 tarball (mongodb-linux-x86_64-rhel8-7.0.x.tgz). MongoDB starts but exits with error code 100, saying dbPath /data/db not found, even though I ...
shakir's user avatar
  • 8
Advice
0 votes
4 replies
87 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
273 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 ...
1 vote
1 answer
64 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,800
0 votes
0 answers
101 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 ×ばつ slower. There were no backend ...
0 votes
1 answer
89 views

I am trying to merge four collections in MongoDB and create a view: db.createView( "manageRequest", "claims", [ { $unionWith: { coll: "hr_loan" } }, { $...
Best practices
0 votes
1 replies
74 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 ...

15 30 50 per page
1
2 3 4 5
...
11693

AltStyle によって変換されたページ (->オリジナル) /