Using the native 'mongodb' npm package, I'm receiving
Error: connection closed due to parseError
When making a very basic query:
collections.myCollection.findOne({id: someID}, function (err, repo) {
...
})
The weird thing is, the exact same query has run before. Types are identical for each query, etc.