rtritto
rtritto
v5 isn't updated with v4. Before merge, I would wait for the v5 to become stable. `express` seems not mantained so we should consider to migrate to `fastify`. I did...
Should we handle the asset path as environment variable instead of use `config.locals.assets`?
> ## 2 package source > Why not use https://github.com/mongodb-js/devtools-shared/tree/main/packages/query-parser instead of https://github.com/rtritto/query-parser? I did the branch [rtritto/query-parser#fix-mismatch-bindata-subtype ](https://github.com/rtritto/query-parser/commits/fix-mismatch-bindata-subtype )as the PR on [mongodb-js/query-parser](https://github.com/mongodb-js/query-parser) to fix #1249 and it wasn't...
> Result: > > ``` > file:///Users/Maicss/workspace/mongo-express/lib/routes/document.js:88 > docBSON._id = req.document._id; > ^ > > TypeError: Cannot create property '_id' on string '' > at exp.updateDocument (file:///Users/Maicss/workspace/mongo-express/lib/routes/document.js:88:17) > at Layer.handle...
`_buildMongoQuery` is removed in #1009 Please use a newer Docker image version.
Closed by #1432
~~Did you try to set env var `ME_CONFIG_MONGODB_ENABLE_ADMIN` to _true_?~~
Related discussion: https://github.com/mongo-express/mongo-express/discussions/1091 Did you try latest code on _master_ branch?
This issue is fixed with #1136. Same/next problem is with _renderjson_, that should be fixed with #1146 (not yet merged). Currently, related to these 2 fixes, no new versions are...
> How do I install in master branch via npm? `npm i mongo-express@github:mongo-express/mongo-express`