-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
TypeError: Unknown encoding: 1
at Buffer.slowToString (buffer.js:487:17)
at Buffer.toString (buffer.js:500:27)
at ObjectID.toString (/node_modules/mongoose/node_modules/bson/lib/bson/objectid.js:174:20)
at formatValue (util.js:352:36)
at formatProperty (util.js:794:15)
at util.js:654:12
at Array.map (native)
at formatObject (util.js:653:15)
at formatValue (util.js:592:16)
at formatValue (util.js:358:17)
at inspect (util.js:186:10)
at exports.format (util.js:72:24)
.....
at nextTask (/node_modules/async/dist/async.js:5070:14)
at /node_modules/async/dist/async.js:5064:13
at apply (/node_modules/async/dist/async.js:21:25)
at /node_modules/async/dist/async.js:56:12
at /node_modules/async/dist/async.js:840:16
...
at /node_modules/mongoose/lib/query.js:2323:18
at process._tickDomainCallback (internal/process/next_tick.js:129:7)
NodeJS - 7.3.0
Mongoose - 4.7.6