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
Theory: When an error is thrown here ('NoneType' object is not subscriptable), the user gets a new, valid session cookie but keeps their old JWT cookies, which causes a mismatch.
We’re not sure whether running_pipeline is expected to sometimes be None, so the warning may not even be appropriate, but we should have a warning here until such time as someone determines that it can be removed.
We think that when running_pipeline is None, we should probably just skip setting a finish_auth_url and log a warning:
edx-platform/openedx/core/djangoapps/user_authn/views/login.py
Line 586 in fa7ef86
Theory: When an error is thrown here ('NoneType' object is not subscriptable), the user gets a new, valid session cookie but keeps their old JWT cookies, which causes a mismatch.
We’re not sure whether running_pipeline is expected to sometimes be None, so the warning may not even be appropriate, but we should have a warning here until such time as someone determines that it can be removed.
Note: This was moved here from this 2U private-link ticket.
The text was updated successfully, but these errors were encountered: