When editing a stylesheet that is too big, we get a Permission Error
Our stylesheet is over 6000 lines.
On the front end it renders fine, but when trying to edit it in the back office, we get a "Stylesheet not saved: Please make sure that you have permissions set correctly" error.
When cutting it down to less than 3967 lines, it does save.
When looking at the console of the toolbar, we get a 500 for a call trying to save that file:
When editing a stylesheet that is too big, we get a Permission Error
Our stylesheet is over 6000 lines.
On the front end it renders fine, but when trying to edit it in the back office, we get a "Stylesheet not saved: Please make sure that you have permissions set correctly" error.
When cutting it down to less than 3967 lines, it does save.
When looking at the console of the toolbar, we get a 500 for a call trying to save that file:
POST http://xxxxxxxxxx.umbraco.io/umbraco/webservices/codeEditorSave.asmx/SaveCss 500 (Internal Server Error)
We can split it in two files, but at the moment we are setting up some logic concerning stylsheets, so that is not an ideal situation.
is working on a reply...