I am trying to build an application with mongoDB and Python Flask. While running the application, I am getting below error:
ConfigurationError: Server
It's pretty annoying and weird issue.
But this problem is solved with just downgrading pymongo library for me.
pymongo
pip install pymongo==3.4.0
Found answer in this : http://d-prototype.com/archives/10939