System.InvalidOperationException: An error occurred when trying to create a...
Hi,I have been implemented Episerver Insight like bellow.It very strange, I don't know why i can't get instance of ICmsTrackingService even i already registered it.Can anybody show me...
View ArticleCustom external Url length on episerver Shortcuts?
Hi,Is it possible to somehow use urls longer than 255 characters on the Episerver built-in "Shortcut" function?To reproduce:Episerver Editor gui -> Page -> Settings -> Manage Shortcut ->...
View ArticleEpiserver Marketing AB test module 401 error after upgrade
Just upgraded Episerver CMS from 11.9.2 to 11.10.0Episerver.Marketing.Testing stayed on the same version 2.6.1Whenever we try to edit a page in the admin we get a continual 'You have been logged...
View ArticleErrors logged from Forms after latest update
After the latest update, I see these two errors appearing in the logs.Failed to eager compile type EPiServer.Forms.Implementation.Elements.ChoiceElementBlockFailed to eager compile type...
View ArticleUpdate Claims after Authentication
Hello,This is not necessarily and EpiServer issue but am trying to find a solution to this and was thinking if any of us might have ran in this issue.My site uses multiple authentication schemes...
View ArticleMultiple Promotion Codes in a Discount
Hey Guys , I have a requirement to upload several coupon codes via a CSV file and then allow them to appear as a dropdown list.By default , Episerver allows single code . will it be possible to...
View ArticleExclude Episerver Forms properties for Episerver Search & Navigation
Hi!A recent request we got from a client was that the Search & Navigate result from a page containing a FormContainerBlock had its properties indexed and shown for the search page result. Like...
View ArticleAfter installed Content Delivery API - 404 Error for admin pages
Hello Guys,After installed content delivery api, For "/EPiServer/CMS/Admin/EditUser.aspx" giving error 404 Not Found. Getting error on the DXC envrionment only. On development it's working fine.Thank...
View ArticleQuery Ignoring Take Value
Just running a simple Find query as such: var results = query .Take(12) .GetContentResult();But it only returns 10. Even though total matching is 60.This means when I am doing my pagination as such var...
View ArticleCloudfare logs access in paas portal
There should be an option in paas portal where there should be an option to either view realtime Cloudflare logs or export them. It just like the normal logs view and export functionality currently...
View ArticleCloudfare logs access in paas portal
There should be an option in paas portal where there should be an option to either view realtime Cloudflare logs or export them. It just like the normal logs view and export functionality currently...
View ArticleEpiserver Forms: Enable placeholders in submission message
Jake Jones blogged about a hack to enable placeholders (for instance #NAME#) in submission messages - which I think is a super useful feature.His hack involved overriding an internal class - which is...
View ArticleEpiserver Commerce: Tweaks to the Promotions exclusions/priorities screens
Feature request for Commerce / Promotion exclusions/priorities screen:After having to "clean up" this view for a customer of ours, I have some requests that will make this easier to manage:Some...
View ArticleEpiserver Commerce: Tool to find overlapping promotions
Sometimes, marketers setup separate campaigns that (accidentally or not) contain an overlapping array of items (i.e. same items in both promotions). This can lead to undesired outcomes, such as a...
View ArticleMake custom meta fields display in Commerce Manager Contact management
In our project we've added custom meta fields to the Business Foundation contact object.We initialize the field in an initialization module:var customerMetadata =...
View ArticleIssue when indexing content (MapperParsingException)
So I get an error when indexing some of my pages type in Episerver Search. It's not really obvious what is causing the issue but since 'ContentApiModel' seems to be related to the Json parsing for the...
View ArticleRender local block on every page
We are trying to add some functionality to our exsisting website. In this regard we need a local block on every page. I have created a block and have added it as property on PageBase class, this is the...
View ArticleHow to add a linkcollection inside a linkcollection
I have a linkcollection containing a list of items. I want to add another linkcollection list to it.I tried using linkcollection.AddRange but not helping.Can anyone suggest?
View ArticleStrategies for managing Orphaned content?
I am running into an interesting situation on my Epi projects. The scenario is simple: A page is added, blocks are added locally to the page, and then the page is later deleted. What I am finding is...
View ArticleTrim PDF size before loading to EpiServer
We are running into an issue where admins have loaded huge PDF files to Epi. When try to load it takes forever in the browser. Wondering if there is any package tool which I can use during the load...
View Article