perak / extract-mongo-schema

Extract schema from Mongo database, including foreign keys
71 stars 22 forks source link

MongoError: bad auth : Authentication failed #33

Open arslion opened 1 year ago

arslion commented 1 year ago

Not working using -u admin as well


Extracting...
{
  authSource: 'test',
  collectionList: null,
  arrayList: null,
  raw: false,
  limit: 100,
  dontFollowFK: { __ANY__: {} },
  includeSystem: false
}
/usr/local/lib/node_modules/extract-mongo-schema/node_modules/mongodb/lib/utils.js:698
          throw error;
          ^

MongoError: bad auth : Authentication failed.
JoseFMP commented 7 months ago

Same issue here.