Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey there
We have an Umbraco 10.5.0 that behaves very strange in the backoffice, making the editor's life hard.
While working on the content, the editor crashes and would not save the changes. The console will show this error:
Possibly unhandled rejection: {"errorMsg":"Failed to retrieve data","data":{"Type":null,"Title":null,"Status":417,"Detail":null,"Instance":null,"Extensions":{"traceId":"00-faa4b9cc4e8b11f4cb62a1aa6ff98a33-dd225d3ab6b7ae47-00"}},"status":417,"xhrStatus":"complete"}
This error happens also when working with any other section of the Umbraco backoffice.
This error has been seen on both Windows (Chrome) and Mac (Safari).
Looking in the sources, we can see some sort of error in the umbraco-backoffice-js.js file. See screenshot bellow.
Any idea what might be wrong?
I have had this issue or similar myself. Mine occured when the code was published in release mode, republishing in debug mode fixed it, I believe it is something to do with smidge and the minification of the angular J's files from some plugins.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Possibly unhandled rejection - status 417
Hey there
We have an Umbraco 10.5.0 that behaves very strange in the backoffice, making the editor's life hard.
While working on the content, the editor crashes and would not save the changes. The console will show this error:
This error happens also when working with any other section of the Umbraco backoffice.
This error has been seen on both Windows (Chrome) and Mac (Safari).
Looking in the sources, we can see some sort of error in the umbraco-backoffice-js.js file. See screenshot bellow.
Any idea what might be wrong?
I have had this issue or similar myself. Mine occured when the code was published in release mode, republishing in debug mode fixed it, I believe it is something to do with smidge and the minification of the angular J's files from some plugins.
is working on a reply...