Try passing the auth options as a document vs dot notation, worked for me experimenting with node REPL:
{
"auth":{
"user":"archive",
"password":"whatever it is"
},
"authSource": "archive"
}
Try passing the auth options as a document vs dot notation, worked for me experimenting with node REPL:
{
"auth":{
"user":"archive",
"password":"whatever it is"
},
"authSource": "archive"
}