mongo-express icon indicating copy to clipboard operation
mongo-express copied to clipboard

Web-based MongoDB admin interface, written with Node.js and express

Results 266 mongo-express issues
Sort by recently updated
recently updated
newest added

I'm use docker-compose.yml and I have Multiple MongoDB. Ex: ![Screenshot from 2022-08-01 16-50-01](https://user-images.githubusercontent.com/104294750/182122784-de6d6ff6-cab7-4c2c-a2bf-c336e840b26d.png) How to connect to multiple databases. Thanks.

feature-request

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/859) --- with checkbox opt-in closes #438 ref https://github.com/mongo-express/mongo-express/issues/81 ![image](https://user-images.githubusercontent.com/1194274/172013603-b3d5275d-1ed2-4861-8807-bce904269082.png)

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/868) --- Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps...

dependencies

Gives ``` mongo-express_1 | { MongoError: operation passed in cannot be an Array mongo-express_1 | at Function.MongoError.create (/node_modules/mongodb-core/lib/error.js:31:11) mongo-express_1 | at toError (/node_modules/mongodb/lib/utils.js:114:22) mongo-express_1 | at addToOperationsList (/node_modules/mongodb/lib/bulk/unordered.js:182:11) mongo-express_1 |...

question
help wanted

I tried several times, and the docker-compose below finally works. if you only change ME_CONFIG_MONGODB_URL, it will not lead mongo-express to connect with mongo container. You should use ME_CONFIG_MONGODB_SERVER to...

Hi there, I opened a issue in mongo-express-docker repo but got no feedback, so i'm replying here. Original thread [here.](https://github.com/mongo-express/mongo-express-docker/issues/79) I'm trying to run this container directly on bash and...

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/864) --- Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.58.2 to 6.0.1. Changelog Sourced from codemirror's changelog. 6.0.1 (2022-06-30) Bug fixes Work around limitations in tree-shaking software that prevented basicSetup from...

help wanted
dependencies

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/862) --- Some of environment variables are not parse to boolean as it should. Variables like `ME_CONFIG_MONGODB_SSL` and `ME_CONFIG_MONGODB_SSLVALIDATE` are directly pass to mongodb driver and it's...

it is unclear and i assume not supported connecting to multiple hosts, only multiple databases on the same host. am i right? if i'm wrong, can you add in the...

enhancement
help wanted

I want to know, how to create unique index in collection via mongo-express. I try add ``` {unique: true} ``` but unique index never come up in list index collections

question