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

Hi, I ran mongo express with user which has readWriteAnyDatabase role and in web gui I didn't see databases except admin. Someone can tell me which role|action should I add...

https://github.com/mongo-express/mongo-express/issues/1308#issuecomment-1907298814

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1325) - - - Bumps [flat](https://github.com/hughsk/flat) from 5.0.2 to 6.0.1. Release notes Sourced from flat's releases. v6.0.1 Bug Fixes πŸ› Fix misformatted export field in package.json (see...

dependencies

### Environment: Docker Image mongo-express:latest (tested with 1-20 and 1-18 as well) Docker Image mongo:latest ### Expected behavoir: Pressing "Delete All" in a collection should delete all the documents from...

onclick="loadDocument('/db/xxxx/xxxx/xxxxxxxxxxxxxxxxx')

npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "patch:": patch:mongodb-query-parser@npm%3A2.4.6#~/.yarn/patches/mongodb-query-parser-npm-2.4.6-234abad2fc.patch

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1307) - - - Resolves https://github.com/mongo-express/mongo-express/issues/757 Checks config.mongo.connectionString and prompts if it is falsy. It is possible to process more required options. There is no timeout in...

enhancement

I received below error when I import the file that is exported by the export function in web page, MongoServerError: BSON field 'insert.documents.0' is the wrong type 'array', expected type...

Hello, I've deployed mongo-express with following docker-compose.yml version: "3.7" networks: mongonet: external: true services: gui2: container_name: mongo-express-gui2 build: mongo-express-1.0.2 networks: - mongonet environment: - DEBUG=* - ME_CONFIG_MONGODB_URL=mongodb://bitnami-mongodb2:27017/db?ssl=false where mongo-express-1.0.2 is...

it would be nice if we can see if a given collection is "capped" I guess maybe as part of this list? ![image](https://user-images.githubusercontent.com/20379005/207371605-0818c3a6-a2f7-492b-bef8-6e572c876126.png)

feature-request