mongolite icon indicating copy to clipboard operation
mongolite copied to clipboard

gridfs error creating indexes

Open fabiofumarola opened this issue 5 years ago • 12 comments

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?

fabiofumarola avatar Jan 15 '20 19:01 fabiofumarola