accounts-js / accounts

Fullstack authentication and accounts-management for Javascript.
https://www.accountsjs.com/
MIT License
1.5k stars 141 forks source link

authenticate method failure #1172

Closed reza-sed closed 3 years ago

reza-sed commented 3 years ago

Hi there,

I want to using authenticate method through graphql playground and I just got the error { "errors": [ { "message": "mongodb_1.ObjectID is not a constructor", "locations": [ { "line": 2, "column": 3 } ], "path": [ "authenticate"

problem ?

acomito commented 3 years ago

which mongodb version are you using and which driver (and driver version)?