#H5YR
Community Impact
Most recent #H5YRs
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...
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!
Hi @cryothic , As @BishalTimalsina12 mentioned that async needs to be removed and there's one other small change needed on the code which I have added below. Please paste this and try it out: **comm...