Under load, mongoDB queries may result in maximum call stack exceeded error

Okay, so I found the full error again:

RangeError: Maximum call stack size exceeded
at ClientSession.emit (events.js:1:-61)
at ClientSession.EventEmitter.emit (domain.js:483:12)
at completeEndSession (/built_app/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/sessions.js:142:17)
at /built_app/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/sessions.js:157:7
at maybePromise (/built_app/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/utils.js:685:3)

I really hope someone can help?!

1 Like