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
If I hit refresh, I do get redirected to the dashboard and sign-in was successful.
This is a sporadic error I've received about a dozen times over the past 2 days. I just want to document it in case others are seeing the same thing. I'm unable to pinpoint the cause.
The text was updated successfully, but these errors were encountered:
@dpalomino There are sporadic 403 http responses on the POST to account/login/ in staging, demo, and production. This isn't an "error" necessarily; as far as the logs are concerned that's the appropriate behavior for invalid CSRF tokens. Django handles CSRF, so we'd have to check that it's being implemented correctly on the platform side.
Steps to reproduce the error
Actual behavior
Expected behavior
If I hit refresh, I do get redirected to the dashboard and sign-in was successful.
This is a sporadic error I've received about a dozen times over the past 2 days. I just want to document it in case others are seeing the same thing. I'm unable to pinpoint the cause.
The text was updated successfully, but these errors were encountered: