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
Upon running the service with Mongo authentication, it seems to simply crash, but the same authentication works fine in RoboMongo.
Base Models:
[ '/mnt/sdc/services/uniformity/app/models/menuItem.js',
'/mnt/sdc/services/uniformity/app/models/routable.js',
'/mnt/sdc/services/uniformity/app/models/route.js' ]
/mnt/sdc/services/uniformity/node_modules/mongodb/lib/utils.js:99
process.nextTick(function() { throw err; });
^
MongoError: auth failed
at Function.MongoError.create (/mnt/sdc/services/uniformity/node_modules/mongodb-core/lib/error.js:31:11)
at /mnt/sdc/services/uniformity/node_modules/mongodb-core/lib/connection/pool.js:483:72
at authenticateStragglers (/mnt/sdc/services/uniformity/node_modules/mongodb-core/lib/connection/pool.js:429:16)
at null.messageHandler (/mnt/sdc/services/uniformity/node_modules/mongodb-core/lib/connection/pool.js:463:5)
at Socket.<anonymous> (/mnt/sdc/services/uniformity/node_modules/mongodb-core/lib/connection/connection.js:309:22)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Socket.Readable.push (_stream_readable.js:110:10)
at TCP.onread (net.js:523:20)
The text was updated successfully, but these errors were encountered:
Upon running the service with Mongo authentication, it seems to simply crash, but the same authentication works fine in RoboMongo.
The text was updated successfully, but these errors were encountered: