MongoError: ns not found occurs when performing actions on collections that don’t exist.
For example, attempting to drop indexes before an explicit collection creation has occurred or before adding a document to the collection which implicitly creates the collection.