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
Using the mongodb node, authentication errors occur otherwise when 3.0.x database is configured with db authentication. Tested against mongolab sandbox running mongo 3.0.6
The text was updated successfully, but these errors were encountered:
FYI for anyone else having problems, I had to update to an even later version, 2.1.4, to get it to connect to Mongo 3.2 with authentication. Mongo docs point to version 2.1.x+ as necessary for nodejs to work with Mongo 3.2+. https://docs.mongodb.org/ecosystem/drivers/node-js/.
I am using version 0.0.4 on a raspberry pi 2 on raspbian jessie.
pi@raspberrypi:/ $ sudo npm list -g mongodb
/usr/lib
âââ mongodb@2.1.4
ââ⬠node-red-node-mongodb@0.0.4
âââ mongodb@2.1.4
Using the mongodb node, authentication errors occur otherwise when 3.0.x database is configured with db authentication. Tested against mongolab sandbox running mongo 3.0.6
The text was updated successfully, but these errors were encountered: