It takes ages before new content shows on my 2 front ends
HiI have a load balanced setup with one edit server and 2 front ends. When editor does changes to existing content the changes will show on front end servers at once, but if they publish new content it...
View ArticleCopied pages should not be published by default
I have seen https://support.episerver.com/hc/en-us/articles/360002559092 where the copying of a page means the new page is already published.I would argue that this is bad design. As would the various...
View ArticleSelecting default data source of a form
Hello,I have a custom form container that is inherited from FormContainerBlock. How do I set its default data source to an existing implementation of IExternalSystem? I want every instance of this form...
View ArticleCategory AssetLink Id is always 0
I create an asset for a specific category (CMS -> Commerce -> Catalog -> select a category -> select All Properties -> Assets -> Add Media), indicate the name of the group. Then...
View ArticleSaving of content as SaveAction.CheckIn skips Approval Process
Hi Episerver Community, my first post here.Im programatically saving Content Images (ImageData) with the code:_contentRepository.Save(media, SaveAction.CheckIn);This saves the Image content sucessfully...
View ArticleForm Upload Access Rights
Hello,I have a group that was created before I inherited our site, which allows members to view/download form-uploaded files. I tried to create another group, with the same exact access rights as the...
View ArticleHow to Remove CommerceMedia From CommerceMediaCollection
var commerceMediaToRemove=writableCommerceMedia.FirstOrDefault(x => x.AssetLink.Equals(contentLink)); writableCommerceMedia.Remove(commerceMediaToRemove); // this returns falseDoes anyone have any...
View ArticleGroup to Create Promotional Codes
I would like to create a group for users with permisions to only generate promotional codes. Is this possible? I created a group called "Generate Promo Codes", added the users to that group then...
View ArticleEpiserver Find Typed search and fallback languages
We have a customer that has limited content available in English. If content is not available in English then they want to fallback to Dutch. So far so good, and in the CMS itself this works fine....
View ArticleEPiServer CMS 6 R2 and TLS 1.2
Hi,Has anyone had any experience of using TLS 1.2 with CMS 6 R2?The site is .NET 2.0 but I believe this is possible based on this post...
View ArticleHowto: Display the tree list of CRM pages in a custom view
Hi FolkI'm currently implementing a new block with a view. I would like to display the list of pages in the CRM on that new view so the user would be able to select some of these page for further...
View Article.Net Core timeframe
Hi,We are looking at trying to run the front end site under .Net Core on a seperate server to the editing and admin site that still has the dependency on .Net Framework and would like to know if this...
View ArticleFrequency of EpiServer Scheduler?
We have implemented a scheduled job that checks for new items in an external datasource and adds any new items to the Episerver Find Index. Since the external feed isn't updated very often this job...
View ArticleoEmbedMetaEditor.js not found in Multisite
Hi,we are running a multisite. Latest epi 10.With one of the sites, when i try to edit a block, i get oEmbedMetaEditor.js could not be loaded and the whole UI craches.When i look at the path from where...
View ArticleServer unavailable when search query with sorting runs
We have a search in our website implemented using EPiServer Find. It has a sorting option such as 'Sort by number of views' which is based on a int property. Strange thing is this sorting works for...
View Article404 Handler logging HttpException
CMS 11.10.6404Handler 11.1.12We are getting the following HttpExceptions being logged for 404 and 301 statuses :The controller for path '' was not found or does not implement IController.The BVNetwork...
View ArticleDatetime format in CMS edit mode
Hi Team,I have created "Datetime" property in one of my page type and i want to display "dd/mm/yyyy" to the editors but it is always showing in "mm/dd/yyy" format. Below are possible configuration...
View ArticleNullreference exception in...
Hi,I'm running into following error when I have more products that apply to a discount than I have available redemptions.In this case I'd have expected that the discount would only be applied on the...
View ArticleSupport SVG files in edit UI
Inserting svg files in properties marked with UI hunt "Image" makes an nullref error in the logs, and the image looks broken to the editor. Ref:...
View ArticleValidation of property with EmailAddressAttribute fails on empty value
When a string property is decorated with an EmailAddressAttribute validation fails when removing the address. This occurs on a fresh Alloy site with all the latest updates.How to reproduce:Create a new...
View Article