Can someone please help me figure out how to clear Richtext CSS cache to see changed styles?
Umbraco cache really annoys me, and i dont see why richtext css should even be cached at all.
e
EddieDemon
08/29/2024, 8:36 PM
In development mode it should be around ~10 seconds. So if you’re having trouble there, it might be the browser.
Anyway, true
ctrl
+
F5
.
Disclaimer: I assume it’s the browser and you’re in development mode.
s
svampefett
08/30/2024, 7:16 AM
I am im production editing the CSS on a live site
svampefett
08/30/2024, 7:16 AM
Which should be possible when the css is editable in the backoffice?
svampefett
08/30/2024, 7:17 AM
I have done a hard refresh several times with CMD+Shift+R (ctrl+f5 for mac)
I have also tried disabling caching in the network tab.
svampefett
08/30/2024, 7:18 AM
However these are not solutions, i cannot ask actual CMS users to clear their cache.
So far i have been forced to rename CSS file every time i update it and choose it again from the richtext datatype to get it to update.
s
skttl
08/30/2024, 9:19 AM
Sounds like a bug then, it should follow the cachebusting scheme of the rest of the backoffice. What you do in frontend is up to you though 🙂