you are using MongoDb Atlas Cloud db ?
From the first screenshot, I see you used 127.0.0.1 in the IP Access list.
I believe there you should have used your public internet / external IP and not the 127.0.0.1 loopback
(google search 'what is my ip' from the device running node-red)
OR
if you want access for anyone 0.0.0.0 according to the docs
That's correct, i'm using MongoDb Atlas Cloud db Clusters.
Thanks I changed the IP to my address, but still having no luck.
Do you know whether the Mongodb node (Server - host & port) in Node-Red should be pointing elsewhere too?
What mongodb node are you using ? there are many
I recommend you use the node-red-node-mongodb 0.2.5 that has the appropriate settings for connecting to a cloud db (set to DNS cluster)
you may have to uninstall any other versions first to avoid any conflicts.
You must have some settings wrong in the config.
I dont know what to recommend since most of my tests with mongodb were with the local version.
I havent tested the cloud version before but i followed a similar thread a while back regarding this.
You can read about it here and hopefully get some pointers.
From your last screenshot it seems to be related to "Authentication Failed" .. bad username password .. or not pointing to the correct Database ?