Why does MongoDB connection fail with Node.js but work with built-in module?

This topic was automatically generated from Slack. You can find the original thread here.

What can be the reason that when I use the MongoDB as a Node.js and it says that the connection failed but if I use the built in module than it works? is the same connection.

Any idea?

Hi , could you try to use Pipedram MongoDB action? This is to confirm that your auth configuration is correct

Hi ,
I could use the built in modules but not the built in Node.js.

Anyways what I did in completely a custom Node.js and built my own and it worked