#H5YR
Community Impact
Most recent #H5YRs
Hi @darrenhunterEmerald It could be that a property is being updated due to a change in how property values are being stored, so when you open the page something is updating even though you are not ...
RE: https://umbracocommunity.social/@matt/116856132098625356
A really interesting read. Thought prevoking.
Hi, I found my issue - I was running "vite build" instead of "npm run build" - seems to have solved my issue - not sure why though as the npm run build just runs vite build!
There is also a `MaxVersionsToDeletePerRun ` (default 50k) if it is a timeout issue.. [Content Settings | CMS | Umbraco Documentation](https://docs.umbraco.com/umbraco-cms/develop-with-umbraco/config...
Update here. I have discovered the problem. Was my code of course. Sometime or other I had added into the Program.cs file the following `builder.Services.AddNewtonsoftJson();` According to GitHub C...
I've had similar issue in earlier versions of Umbraco 16 and 17, where the backlog got too large as @Luuk mentions. I "fixed" it by running some code, tricking the cleanup service into thinking we ar...