Relative Content

Tag Archive for mongodbmongoosenext.js13

post deleteMany/deleteOne middleware not being called mongoose

So, I’m trying to delete many documents at once, and for some reason, the post middleware works for document.deleteOne(), but not for Model.deleteMany(). Specifically, I am looking for a fix for it not firing for Lecture.deleteMany(...) and Chapter.deleteMany(...). Note that the documents themselves do end up being deleted.