#H5YR
Community Impact
Most recent #H5YRs
I don't think you've set the parallel up correctly :thinking: .. as you have serial lines between your sends..  Clicking the add button und...
Found the cause. Muppetry on my part. After adding some logging to log the actual database being connected to, I discovered there was an old keyvault entry with a different db name, so it wasn't conne...
I found it I had this in the App Settings file. ``` "CMS": { "Website": { "OutputCache": { "Enabled": true, "ContentDuration": "00:00:00" } }, It was set to 30 secs, once I s...
In case anyone else comes across this issue, @justin-nevitech was on the money with creating an index manually :raising_hands: Using this full index definition has worked for me (usual caveats about...
I wanted to provide an update for those using **IOptionsSnapshot<CookieAuthenticationOptions>** to parse the currently logged in user without receiving an authentication header in APIs - that may not ...
Hi @darrenhunterEmerald , I created a quick setup with your code (Fix added) and tested on Umbraco 17. It's working as expected. Please check the below setup: File: `App_Plugins/OLS/umbraco-package....
Hi @charlesa-ccs Have you added it into your RTE datatype as per my screenshot? Justin
Hi @charlesa-ccs , Shadow DOM in the new Umbraco 17 backoffice definitely makes standard CSS overrides frustrating since you can't easily pierce the component boundaries with a global stylesheet. I ...
Hi, For me the issue was the layout being used. My templates were using "\_Layout.cshtml" which was not created inside the Umbraco backoffice (and thus didn't appear under the templates category). I...
Hi @charlesa-ccs Your files are under wwwroot/BackOfficeStyles, but the manifest and entrypoint point at /App_Plugins/BackOfficeStyles/ - which are different folders. Backoffice extensions should l...
Never mind, I found the culprit. I had implemented an `IUmbracoBuilder` extension method called `AddBackgroundJobs()` to inject my custom background jobs. I call this method inside an `IComposer`, but...
Ok and as soon as I post this, I dig around a bit more and looks like I've found a fix. Enable inline editing on the Block List property editor. Also set the Appearance to have `label above` rather ...