I tried to google my simple problem, but cannot find answer. I can't find any object by it's ObjectId.
db.user.find({_id:ObjectID("57fa0a15cf1e8c0e571e1a52")})
ReferenceError: ObjectID is not defined
Why? What is wrong?
It should be ObjectId() not ObjectID() https://docs.mongodb.com/manual/reference/method/ObjectId/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With