You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The callback above is never reached (the line console.log('Done checking');). I tried fileId as a string and ObjectID.
The file is found successfully when I use: gfs.findOne({ _id: fileId }, function (err, file) { ... });
so I'm using that for now, but I thought you might want to look into this.
The callback above is never reached (the line
console.log('Done checking');
). I triedfileId
as a string andObjectID
.The file is found successfully when I use:
gfs.findOne({ _id: fileId }, function (err, file) { ... });
so I'm using that for now, but I thought you might want to look into this.
NodeJS version: 9.1.0
NPM version: 5.5.0
gridfs-stream version: 1.1.1
The text was updated successfully, but these errors were encountered: