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 you grep the production log for 400 Bad Request, you will find that there are many errors regarding edit submissions. I haven't confirmed if this is only occurring for unverified users who are creating new developments, but that is the initial case where this issue was brought to our attention.
When the issue occurs, we receive a JSONAPI blob from the front-end, but we never fire a database query for inserting the edit into the database. This leads me to believe that we are having an issue inside of Rails where the edit is being rejected and shooting off a 400 error.
The text was updated successfully, but these errors were encountered:
If you grep the production log for
400 Bad Request
, you will find that there are many errors regarding edit submissions. I haven't confirmed if this is only occurring for unverified users who are creating new developments, but that is the initial case where this issue was brought to our attention.When the issue occurs, we receive a JSONAPI blob from the front-end, but we never fire a database query for inserting the edit into the database. This leads me to believe that we are having an issue inside of Rails where the edit is being rejected and shooting off a 400 error.
The text was updated successfully, but these errors were encountered: