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
Sometimes the Wagtail admin pages will trigger a 400 Bad Request error, which goes away if re-attempted (eg page is refreshed, or the draft is re-saved). This does result, frustratingly, in lost work, and is hard to predict, so frequent draft-saving is the only current mitigation, and that itself is not ideal.
The traceback puts this down to the SSO integration code from Mozilla's OIDC app.
Sometimes the Wagtail admin pages will trigger a 400 Bad Request error, which goes away if re-attempted (eg page is refreshed, or the draft is re-saved). This does result, frustratingly, in lost work, and is hard to predict, so frequent draft-saving is the only current mitigation, and that itself is not ideal.
The traceback puts this down to the SSO integration code from Mozilla's OIDC app.
mozilla/mozilla-django-oidc#303 outlines the actual issue when I (@stevejalim) encountered this on an MDN Wagtail build, plus mozilla/mozilla-django-oidc#312 as a related issue and mozilla/mozilla-django-oidc#358 as a possible fix.
We can talk with SUMO about have had to deal with this, because mozilla/mozilla-django-oidc#358 suggests it should be a solved thing.
However, if we can't remedy it with OIDC-level configuration we could also consider:
The text was updated successfully, but these errors were encountered: