You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated my mongo-express kubernetes deployment to arm64v8/mongo-express:0.54 yesterday.
Since then, I got this error message :
Admin database is not accessible
TypeError: Cannot read property 'listDatabases' of undefined
at Object.connectionData.updateDatabases (/node_modules/mongo-express/lib/db.js:41:11)
at /node_modules/mongo-express/lib/router.js:94:11
at Layer.handle [as handle_request] (/node_modules/express/lib/router/layer.js:95:5)
at next (/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/node_modules/express/lib/router/layer.js:95:5)
at /node_modules/express/lib/router/index.js:281:22
at param (/node_modules/express/lib/router/index.js:354:14)
at param (/node_modules/express/lib/router/index.js:365:14)
at Function.process_params (/node_modules/express/lib/router/index.js:410:3)
I'm connecting to a mongodb statefulset of 3 replicas. It worked before update (I don't remember which version was working before this one).
I updated my mongo-express kubernetes deployment to
arm64v8/mongo-express:0.54
yesterday.Since then, I got this error message :
I'm connecting to a mongodb statefulset of 3 replicas. It worked before update (I don't remember which version was working before this one).
My
deployment.yaml
looks like thisThe text was updated successfully, but these errors were encountered: