MongoError warning detected

Hi,

I have detected next warning in Mongo with version 0.108.0:

(node:4214) Warning: Accessing non-existent property ‘MongoError’ of module exports inside circular dependency

Could you check it please?

Thank you!

That seems to be an error in the mongodb module which n8n uses. Got fixed in the meantime:
https://github.com/mongodb/node-mongodb-native/pull/2734

Sadly did not get released with a new version yet. The MongoDB node is however working fine and also in the Mongoose threads does it say that it can simply be ignored for now.

Thanks @jan!

We use now the earlier version of that package. So the message should be gone in [email protected]

Thank you!