Robert Foster
Robert Foster
I am seeing this issue on .net8 in an Isolated mode FunctionApp with the following: ```csharp [OpenApiRequestBody(contentType: "application/json", bodyType: typeof(EvidenceUpload), Required = true, Description = "Describes the evidence to be...
Possibly one of the biggest hurdles is the fact that content is stored in the database - Matt Brailesford may have an approach to this that could work - see...
Just my 2c on this - the uSync functionality really needs to be a separate package, just like a deploy.contrib package would be (if/when we create it!). uSync isn't relevant...
We are seeing this issue in Umbraco 13.3.2 and I've applied the above patch like so: ``` var umbracoBuilder = builder.CreateUmbracoBuilder() .AddBackOffice() .AddWebsite() .AddDeliveryApi() .AddComposers(); umbracoBuilder.Services.AddUnique(); umbracoBuilder.Build(); ``` I can...
@patrickdemooij9 is it possible to actually do the SEO save by hooking into the Content Saved event instead of handling it separately I wonder? There's also an issue here where...
Hi @OwainJ, that's a lot of members to export... are you able to apply a filter to reduce down the number of members you are trying to export perhaps? I'm...
hey @OwainJ the sql access is a fallback - in the past, the Examine index has been unreliable - if a member is updated, the update doesn't always get straight...
ok, task #27 has been created to track this feature enhancement
The database query has been disabled to resolve #22 in the latest release for Umbraco 10+ - this isn't a complete fix, but may help with this scenario. As the...
Adding to the Filtering TODO: Ability to support properties using Content Picker in filters