Quantcast
Channel: Active questions tagged mongodb-atlas - Stack Overflow
Browsing index pages (318 articles)
↧

Mongodb atlas local in docker stopped working because of security keys

I'm running mongodb/mongodb-atlas-local in Docker, I got the docker-compose from here. It used to work, but it suddenly stopped. I tried deleting every images and volumes and rebuild it but nothing...

View Article


I am facing a problem trying to use mongoDB atlas, better-auth and nex.js...

enter image description hereI'm learning Next.js and trying to connect to MongoDB Atlas free tier.When I submit my signup form, I get a 500 error. The server says it can't connect to the database. How...

View Article


Atlas Search $vectorSearch returns "PlanExecutor :: Authentication failed"...

On a MongoDB Atlas M10 cluster (GCP, MongoDB 8.0.23), $vectorSearch queriessuddenly started returning PlanExecutor error during aggregation :: caused by :: Authentication failed for all users — both my...

View Article

Building an Alternative to Realm App Services that Connects to MongoDB Atlas...

I’d like to introduce a project I’m working on called Revlm.Revlm is a self-hosted gateway and client SDK that can be used as an alternative to MongoDB Atlas App Services.It can connect to both MongoDB...

View Article

MongoDB Atlas Search not supporting Decimal128 – Best practices?

We’re facing a limitation where MongoDB Atlas Search doesn’t support Decimal128. We use Decimal128 for weight and currency to maintain precision, but we can’t filter/search these fields. Converting to...

View Article


Image may be NSFW.
Clik here to view.

MongooseError: Operation users.insertOne() buffering timed out after 10000ms”...

I am currently working with node and mongoDBhere is my codeimport dotenv from "dotenv";import mongoose from "mongoose";dotenv.config();mongoose .connect(...

View Article

Version/Code Error on MONGO ATLAS/CONNECT

So My Doubt is,I have installed 'connect-mongo@6.0.0' Version on Mongodb atlas,I have also checked its data storage capabilities which works fineBut as i am trying to run my code its Showing"MongoStore...

View Article

Image may be NSFW.
Clik here to view.

How To Make An Authenticated Request From Mongo Atlas Triggers To GCP PubSub

I have the following code:exports = function(changeEvent) { var {PubSub} = require("@google-cloud/pubsub"); var avro = require("avro-js"); const keyFilename =...

View Article


MongoDB Atlas connection error in Node.js: querySrv ECONNREFUSED...

I am building a MERN application and trying to connect my Node.js backend to MongoDB Atlas using Mongoose.However, when I start my server, I get the following error:Error: querySrv ECONNREFUSED...

View Article


MongoDB Atlas replicaSet name

Where can i find the replica set name in MongoDB atlas beause i keep getting this : MongoError: seed list contains no mongos proxies, replicaset connections requires the parameter replicaSet to be...

View Article

Change Stream throwing Error “Unauthorised to execute command”

We have recently migrated our data from Azure Cosmos to MongoDb Atlas. I have a node.js server that watches collections. This code was working perfectly with Azure Cosmos but is throwing the following...

View Article

TLS handshake failed: error:0A000438:SSL routines::tlsv1 alert internal error...

Before i post this question i have been struggling to make this work for more than a week anyway let start.I have been trying to deploy my full stack application that is made up with laravel api...

View Article

Cannot retrieve the value and get the response in node app

I have created an app in Node and with MongoDB Atlas. I could connect the app to DB. I could get "Connected to DB" message and I could see the collections created in the cluster. But when I try to...

View Article


Image may be NSFW.
Clik here to view.

Randomly slow MongoDB queries

I have been experiencing slow mongo queries suddenly. The execution times varies very randomly. Initially I was suspecting this expensive aggregation operation :-{"appName": "XXXXXX","operation":...

View Article

How to reduce logging level in mongodb/mongodb-atlas-local [closed]

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...

View Article


What is the difference between a cluster and a replica set in mongodb atlas?

I'm taking the Mongodb University M103 course and over there they gave a brief overview of what a cluster and a replica set is.From my understanding a cluster is a set of servers or nodes. While a...

View Article

MongoDB Atlas Timeout After Deployment Update —"ReplicaSetNoPrimary"

I updated my backend deployment (Flask app) with a new feature not related to database logic, and suddenly MongoDB Atlas connections no longer work. Before the update, everything was fine.Local...

View Article


Django Mongodb Backend not creating collections and indexes

SummaryRunning Django migrations against our MongoDB database does not create MongoDB collections or indexes as defined in our app. The command completes without errors, but no collections or indexes...

View Article

Can't display user data from database

I want to get data from database and display it in html code through <%= %> tag.// index.jsconst express = require('express');const router = express.Router();const { ensureAuthenticated } =...

View Article

Mongodb atlas connection failed

I have created a database named priceDatabase in mongodb atlas. Also I have created a user with usename 'admin' and password 'admin'. I am trying to connect to my node js application to the mongodb...

View Article
Browsing index pages (318 articles)


Latest Images