-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cant't login #92
Comments
I think you need to upgrade flask-sqlalchemy lib. I fixed it. |
so...how to do??? |
just remove specific version from requirement.txt |
I am using self._sa.apply_driver_hacks(self._app, sa_url, options)
File "/root/miniconda3/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py", line 914, in apply_driver_hacks
sa_url.database = os.path.join(app.root_path, sa_url.database)
AttributeError: can't set attribute So the best thing to do is to upgrade to a version without bug... I am currently using a patched requirements.txt like flask==1.1.2
flask-sqlalchemy==2.5.1
psycopg2-binary==2.8.5
pymysql==0.9.3
tomlkit==0.5.11
itsdangerous==2.0.1 |
The account password is correct, it seems that the database is empty and cannot be logged in
The text was updated successfully, but these errors were encountered: