#H5YR
Community Impact
Most recent #H5YRs
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!
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...
hey @darrenhunterEmerald `uui-table` is just a display component it renders rows/cells but doesn't have any built-in sorting, so you'll need to wire that up yourself. If you tried using the Sorter ...
Yep that was the fix. Pull from Umbraco cloud and make sure local branch/repo is up to date with latest changes. Then deploy without the CloudSync step. After that turn it back on and it works. :umbra...
Yes, I created a custom backoffice controller. Works like a charm. Thanks for the help!