a
Edit: Only just noticed its the backoffice: It seems like its missing the CSS for it, do you have any related console errors that might give a pointer on what the issue is >
y
@User the error is : Failed to load resource: the server responded with a status of 500 () only this umbraco-backoffice-css.css.v2fa5328e5af0977c41647d305a99ce90e98aa343:1 Failed to load resource: the server responded with a status of 500 ()
and on the source file, the file name is : umbraco-backoffice-css.css and when I click on the file it represint error : An unhandled exception occurred while processing the request. InvalidOperationException: Expected identifier, found ' ',Unexpected token, found ' ' Smidge.Nuglify.NuglifyCss.ProcessAsync(FileProcessContext fileProcessContext, PreProcessorDelegate next)
a
I believe its usually package/custom work related, this is a rather big discussion, but people seem to have the same issue: https://our.umbraco.com/forum/using-umbraco-and-getting-started/108469-backofficeadmin-css-smidgenuglify-error-breaking-package-styling Perhaps this helps ? If not, please tell a bit more about the environment (is it in production mode, smidge settings, etc.)
y
@Ambert Thank you bro, Th issue is in the auther css that I create in the App_Plugin
also some of the smidg
solved
a
Nice!
Have a great new year 😉
y
@Ambert A SMALL q: How can I catch the content before copy it from node to another node ?
I want copy content from node to another without make that node have the same Repository !!
The current node is not allowed under the chosen node because of its type
a
Not sure I understand you, if you want to copy a node, it needs to be allowed at your target (its a setting on the documentType)
y
@User exactly , but I donot want to make it from there, so I want to catch it before this error
Content Type Copy To Deferment Content Location
k
This is a classic error. Essentially all custom backoffice styling stops working, but it's only noticable in Forms, so it feels like a Forms issue.
66 Views