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
Whenever I try to set or change a translation in the translation web editor. Saving the translation fails with the following error. Translation with PO files works.
The JS Code of wagtail-localize tries to make a PUT ajax call to /cms/localize/translate/3/strings/9/edit/
with this form data:
------WebKitFormBoundary6jt1TZCYSnyBx8ta
Content-Disposition: form-data; name="value"
bar
------WebKitFormBoundary6jt1TZCYSnyBx8ta--
Whenever I try to set or change a translation in the translation web editor. Saving the translation fails with the following error. Translation with PO files works.
The JS Code of wagtail-localize tries to make a PUT ajax call to /cms/localize/translate/3/strings/9/edit/
with this form data:
The return code is
415 Unsupported Media Type
Django Server only logs:
Versions:
django==3.1.2
wagtail==2.12.3
wagtail-localize==0.9.5
The text was updated successfully, but these errors were encountered: