mongolite
mongolite copied to clipboard
gridfs error creating indexes
When I try to connect to a mongodb instance using gridfs I got an error. The error is related to the fact that the client try to create the indexes (files
and chunks
) while the client is not allowed to do that on the database.
These needed collections and the indexes are already created manually. Is there a way to disable the automatic index creating by the client?