How to register service in the startup.cs file.
HiI have implemented the one of setting services belowpublic class SettingsService : ISettingsService { }and I did dependency injection like the below public void ConfigureServices(IServiceCollection...
View ArticleHow to register service in the startup.cs file.
HiI have implemented the one of setting services belowpublic class SettingsService : ISettingsService { }and I did dependency injection like the below public void ConfigureServices(IServiceCollection...
View ArticleHow can register service in the startup.cs ? Optimizely CMS 12 & .Netcore 6.0
Hi Team,I have implemented one of the settings service as belowpublic class SettingsService : ISettingsService{}and register the above service in startup.cs like below public void...
View ArticleNew CMS User/Developer - understanding Mosey sample
Hi, I have been an Ektron developer for 10 years. I am now looking at Optimizely, and have downloaded the Foundation code and have the Mosey sample running.I find myself, naturally, trying to associate...
View ArticleHow to register service in the startup.cs file.
HiI have implemented the one of setting services belowpublic class SettingsService : ISettingsService { }and I did dependency injection like the below public void ConfigureServices(IServiceCollection...
View ArticleCustom Blob Storage Provider
Our current CMS is version 11.20.7.0Does anyone have an example of a custom blob storage provider? We're looking at putting blobs in Cloudflare R2 buckets and I can't seem to find an example of...
View ArticleDelete content types not available in code
Hi,We have got both blocks and pages that are no more available in code. How can we delete content types not available in code anymore We tried to delete one block through CMS admin site, but that...
View ArticleOn page editing with CMS 11 with decoupled front-end / headless
I am trying to configure on page editing with CMS 11 v11.20.5.0So far my configuration looks like this - var routingOptions = context.Locate.Advanced.GetInstance<RoutingOptions>();...
View ArticleA/B testing draft counting issue
i am facing an issue with A/B testing using content delivery api where the draft content count increases when refreshing the page Content Delivery API :...
View ArticleCMS 12 migration - breaking change with RouteCollection.MapAssetRoutes
Hello,In v11, we had a custom route for our assets in our Global.asax. We are trying to find an equivalence in v12.This was our original code:routes.MapAssetRoutes(  name: "PublishingImages",  url:...
View ArticleEPiServer.Find.ServiceException: 'Response status code does not indicate...
Getting this error:Registered for my own developer demo / find index and added this in appsettings alsoPlease advise..
View ArticleTiny MCE Label Error - 'Paragraph' showing for blocks and styles
Hi Folks, we are upgrading a site from cms 11 to 12. I am currently adding in the Tiny MCE configuration and have noticed an issue. I've changed the 'formatselect' and 'styleselect' options to...
View ArticleOptimizely Data Platform ODP - JavaScript tag added correctly but no tracked...
Hi, I have problem with connecting Optimizely Data Platform (Java Script tag) to my Alloy website. I've added JavaScript tag to our source code and it's visible in a developer tool (1. image) and I've...
View ArticleNew CMS User/Developer - understanding Mosey sample
Hi, I have been an Ektron developer for 10 years. I am now looking at Optimizely, and have downloaded the Foundation code and have the Mosey sample running.I find myself, naturally, trying to associate...
View ArticleTweaking memory cache to avoid block by gc_heap::try_allocate_more_space
Anyone have some experience of MemoryCache optimization (priorities or other entry options, compacting manually, set memory limit?) in new dotnet versions (8 on DXP in our case)?We have support...
View ArticleWsFederation redirects to default login page and not to MetadataAddress
Hi,I am trying to set up a federated login scheme against AD in CMS12, .NET Core 8 using cookies, but I it redirects to the default yellow/white login screen /Util/Login?ReturnUrl=%2F both locally and...
View ArticleProjectMessageNotifier: Operations that change non-concurrent collections...
Hi!We have recently discovered a new error in our logs:2024-04-11 14:14:08.974 [Error] System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A...
View ArticleForm fields hidden by visitor groups are incorrectly validated
This is a very specific bug which took me alot of time to find.We noticed was that some customers were unable to post their forms. They didn't get any error message at all. They just wasn't able to...
View ArticleHeight on site-preview when using 100vh in css
I'm having an issue where the iframe for site preview keeps expanding whenever i'm using height: 100vh in my css.After inspecting the dom i see that there's some logic that sets the style height on the...
View ArticleContent area with personlized group only shows the first item in group?
Hi!I have a content area with a personalized group and in that group I have three blocks but when rendering only the first one is shown. Personlization kicks in but only the first one shows and I...
View Article