Can't get my flask app to work with MongoDB, for authorization
I'm currently developing a flask web application in pycharm. The app itself works properly but when I tried using MongoDB to store and collect user ids for "log in and register" purpose, it keeps throwing me this error- AttributeError: 'NoneType'…