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

First of all: Thanks for this great tool! When I do an advanced query and then edit a document within it, the success/save button takes me back to simple query...

How to expand array when the table display ![image](https://user-images.githubusercontent.com/13861904/217714079-bffb9138-7430-4d86-ab99-35a3de5a1028.png)

i copy the config.default.js to config.js then i add the auth info in "auth" like ``` auth: [ /* * Add the name, username, and password of the databases you...

question

Hello! Using this in a docker environment. Need to use it without admin privilleges with the same user that my backend uses. The issue is, the user is authorized against...

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1540) - - - Bumps the patterns group with 4 updates in the / directory: [mongodb](https://github.com/mongodb/node-mongodb-native), [@cypress/code-coverage](https://github.com/cypress-io/code-coverage), [chai](https://github.com/chaijs/chai) and [cypress](https://github.com/cypress-io/cypress). Updates `mongodb` from 6.5.0 to 6.6.1 Release...

dependencies

Steps: - Set ME_CONFIG_BASICAUTH_USERNAME to empty string; deploy the docker image. Result: You get a basic auth authentication login on your browser Expected result: No basic auth Remarks: As mentioned...

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1534) - - - - Add support for apply local assets path from config

bug

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1533) - - - ~~- For better compatible with project using npm only~~ ~~- Tested with node 18/20/22 (npm 10+)~~ Add support to package managers (not only...

feature

This change is [](https://reviewable.io/reviews/mongo-express/mongo-express/1532) - - - Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨)...

dependencies

I've the problem that when I open a large collection (~10.000.000 Obj, 22kb Avg, 100GB). I takes ages to load and I can see a COLLSCAN of _id in the...