I solved my issue, the problem was with mongoDB config, a DB must be in replica set, even if there’s only one node. As soon as I configured DB to replica set, my problem gone.
1 Like
I solved my issue, the problem was with mongoDB config, a DB must be in replica set, even if there’s only one node. As soon as I configured DB to replica set, my problem gone.