Questions tagged [mongo-express]

66 questions
0
votes
0 answers

Cannot access to Mongo Express webpage running by docker-compose, but it is running on docker desktop?

I am trying to use MongoDB and Mongo Express, but now I am having trouble to connect to Mongo Express. So when I go to the localhost:4301 In Docker Desktop: My application.yaml: spring: data: mongodb: database: redo_report uri:…
0
votes
0 answers

mongo-express can't connect to MongoDB

I have a problem my mongo-express container can't connect to the MongoDB container. Although I didn't change my code, I changed the version of the image container by downloading the latest version. And this is the log file from the mongo-express…
0
votes
0 answers

connection issue while running docker images of mongo db and mongo-express

I am trying to run docker images of mongo and mongo-express but getting the enter code here below error on mongo-express logs commands I used docker run -d -p 27017:27017 -e MONGO_INITDB_ROOT_USERNAME=admin -e MONGO_INITDB_ROOT_PASSWORD=password…
Balanjaneyulu P
  • 151
  • 1
  • 1
  • 6
0
votes
0 answers

Passport.js, express.js and Single page application

I tried to implement authentication using Vue.js(Single page application) for client, passport.js and express.js for server side. This is the first time for me to try authentication using single page application, so I'm stuck with implementing…
0
votes
1 answer

Mongo express on minikube

MongoDB and Mongo-express run on minikube by docker driver. There are mongoDB config, mongoBD secret, mongo express config and mongo configmap yaml files. Services config are written on mongoDB config and mongo express config files. I can not open…
its_me
  • 1
0
votes
1 answer

How to connect mongodb on linux-host and mongo-express in docker

I have installed mongodb successfully on a linux-host (redhat 8). mongosh is working perfectly and mongod listens on port 27017. I'd like to install mongo-express as docker container and connect it to mongod running on the host-machine (outside…
Onki Hara
  • 270
  • 1
  • 9
0
votes
1 answer

mongodb and mongo-express not connecting with docker-compose

I'm new to learning docker and got stuch here. This is my compose.yaml file which has mongo and mongo-express latest versions use case. The mongo-express doesn't get connected to the mongodb, tried the restart functionality in mongo-express which…
0
votes
0 answers

MongoServerError: command listDatabases requires authentication

please help I've been on this issue for hours now and I really don't know what else to do (and all the research I did didn't provide any solution unfortunately). So I'm asking if anyone can think of an answer why this is not working: mongodb.conf…
dkimsh
  • 1
0
votes
0 answers

mongo-express admin issue when using docker compose up

I'm working on a task where I need to run mongo-express to show a website. Upon running docker-compose up, I am presented with an admin error. please see the images below of both the docker-compose.yml file and a screenshot of the error. Any help…
mike.h67
  • 53
  • 4
0
votes
1 answer

Cannot access mongo-express started on Docker

I went through all the possible articles about this problem on StackOverflow and Github and none of the solutions works, that's why I decided to post another question. I've setup mongo with mongo-express on docker-compose and when I run it…
Rafał Sokalski
  • 1,817
  • 2
  • 17
  • 29
0
votes
2 answers

Ingress not creating address for mongo, but external service is creating

I am a newbie to this k8s ingress, please help. Current problem is I am trying to use k8s to create mongo-express service which inturn will connect to MongoDB service. Now when I tried to expose mongo-express to an external service by setting type:…
0
votes
0 answers

How to sync Mongo-express database to google cloud storage bucket?

Currently, I'm trying to connect Mongo express database collection to gcp and sync up these two. Can anyone please help to connect & sync up Mongodb collection and google cloud storage.
0
votes
0 answers

docker-compose state always restarting

When I created the docker container, the state is up initially and shows port 8081:8081. But when I hit http://localhost:8081, the browser refuses to connect. After that, If I list the container then automatically the state is restarting and there…
AM0007
  • 29
  • 4
0
votes
1 answer

mongodb and express error: Could not connect to database using connectionString

This was working last 3 months ago and now i check its error. The error show that Could not connect to database using connectionString Already try this Problem with connecting mongo express service in docker Docker-compose.yaml version:…
SpicySandwich
  • 49
  • 1
  • 10
0
votes
0 answers

MongoDB and Express js connection problem (Bad auth code 8000)

My port is 5000 MongoServerError: bad auth : Authentication failed. at Connection.onMessage (E:\React\Projects\assignment11\express\node_modules\mongodb\lib\cmap\connection.js:203:30) at MessageStream.…