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
After a user login, I came across this "DatabaseError: Forced update did not affect any rows" error on request.session.save().
This looks to me like a race condition where the session doesn't exist but we still try to update it.
The text was updated successfully, but these errors were encountered:
Django version: 3.2.18
After a user login, I came across this "DatabaseError: Forced update did not affect any rows" error on request.session.save().
This looks to me like a race condition where the session doesn't exist but we still try to update it.
The text was updated successfully, but these errors were encountered: