Relative Content

Tag Archive for mongodbmongoose

Unhandled Rejection: MongoServerSelectionError

I am trying to solve an issue that’s been happening to me for a little while now. Most of my database operations can be performed without any issues, but it seems like I am randomly getting MongoServerSelectionErrors which cause my application to crash.

Get the previous month document in mongoDB using mongoose?

I want to get previous month data using mongoose in MongoDB. Actually I am not getting proper solution. If current month is November, then I need October (previous) month’s data. If current month is December then I need November month’s data. How can I sort using mongoose.