-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mongoose and gridfs-locking-stream interaction #131
Comments
Hello. I also get the same error
Then if I replace with var Grid = require('gridfs-stream'); Then I get
I am using :
Best regards, Arn |
my experience is i was using gridfs-stream with multer-gridfs-storage |
Hey I have the same issue ... |
Hey I have the same issue ... |
Any solutions ? |
for reference i have encountered this. two difference instances of this happened with my code --
mongo DB v4.02 Good luck |
Refer to here: #56 Using the
To this
|
Thanks @kuzdogan This resolved my issue . |
@kuzdogan Thank you very much, this works. |
Sorry if the title is addressing gridfs-locking-stream and not gridfs-stream. I was using gridfs-locking-stream and had this problem:
https://stackoverflow.com/questions/49325749/mongoose-and-gridfs-locking-stream-interaction
I think gridfs-stream is not compatible with mongoose new version.
I've also created this issue on gridfs-locking-stream github page:
vsivsi/gridfs-locking-stream#5
The text was updated successfully, but these errors were encountered: