You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I was running this demo project, following the instructions carefully, but I kept getting an internal error before authentication: 'Flask' object has no attribute 'session_cookie_name'
I believe this is due to a version incompatibility between Flask and Flask-Session.
I changed the requirements.txt to:
Hi there,
I was running this demo project, following the instructions carefully, but I kept getting an internal error before authentication:
'Flask' object has no attribute 'session_cookie_name'
I believe this is due to a version incompatibility between Flask and Flask-Session.
I changed the
requirements.txt
to:and now it seems to be working
Happy to make a PR if helpful.
The text was updated successfully, but these errors were encountered: