I am trying to fetch data from MongoDB, where database connection is ok everytime, there isn't any error. But when I am trying to fetch data it gives me the error below:
{ [MongoError: connection 5 to c1669.candidate.18.mongolayer.com:11669 timed out]
name: 'MongoError',
message: 'connection 5 to c1669.candidate.18.mongolayer.com:11669 timed out' }
But first 10 to 11 attempts were good and was getting expected data from mongo, later I introduced by above error continuously.
For more info: Using mongodb npm module.