Content Delivery API - 404 on /api/episerver/auth/token
Hiya Folks,I'm currently in the process of figuring out how to work with the episerver content delivery API, and have added that package to a simple test project (build from an empty project), only...
View ArticleDelete Orphaned VPP images
Hi,I am using Episerver 6 R2. There are over 14,000 orphaned images in the VPP which we have flagged in a spreadsheet.Is there away to delete items that are orphaned from the site via code?ThanksJon
View ArticleThird Party Tax Calculator and Saving Taxes in EPiServer 11
Hello,We use a thrid party service to calculate the taxes for our orders on our site. I've been in the process of moving over to using the new order system and have ran into a problem with saving the...
View ArticleFind out which MediaData that is referenced from a page/block
There's this method in IContentRepository_contentRepo.GetReferencesToContent(mediaData.ContentLink, false)That will let me know if there's content (pages/blocks) that is using the MediaData in...
View ArticleSorting on property with JsonProperty with PropertyName set
I have the following product content:public class SampleProduct : ProductContent { [JsonProperty(PropertyName = "heading")] public override string DisplayName { get => base.DisplayName; set =>...
View ArticleAlways show language segment in URL
Hello!I have a website with 4 different languages. On the master language, Swedish, I want to always show the /sv/ part of the URL. If the visitor goes to mypage.com/news I want them to be "redirected"...
View ArticleSoftLinkCollection timesout
Hi,I am looking for orphaned files in the VPP in our Episerver 6 R2.I loop through all my VPP directories and find the files in each and count how many linked pages there are using...
View ArticleMake default sort on this part to descending
Right now when you go to this pagehttps://world.episerver.com/forum/developer-forum/Feature-requests/You get the oldest request first, it should be the opposite
View ArticleIUrlResolver returning null in Initialization Module but not in Scheduled Job
I've a scheduled job that was (and still is) working fine, but I've also refactored the code so that it can be called from a Initialization module, so job can be run from a scheduled task, but should...
View ArticlePromotion Buy X Items Get Cheapest Free is not working as expected.
Hi AllWe currently have an issue where 'Buy X number of Items get cheapest free'. Scenario - Buy 3 Items get cheapest free:We add items, all of which are in the same campaign, Item A($10) to the cart,...
View ArticleA/B Testing Performance Issue
Hi, We are currently investigating some performance issues for a client, and it seems like the issues only appears once one or more A/B tests are running on the site.When we set up A/B tests we get a...
View ArticleOrderContext.FindPurchaseOrdersByStatus gives SQL Error
Yesterday we installed the latest version of Episerver Commerce. It seems that the way how FindPurchaseOrdersByStatus method in OrderContext works has been changed. Already dived into the decompiled...
View ArticleHow can i see mapped roles in virtual roles
HiI have several Virtual roles, one of them:<add name="CmsEditors" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebEditors" mode="Any" />is there a way from code to see if the...
View ArticleCreating an editor widget
Hi,So i finally decided to jump the dojo hurdle and try to create a editor widget. I really tried to make it as simple as possible and followed the instructions on this page:...
View ArticleOfficially supported .NET versions
Hello, everyone!On the EPiServer System Requirements page I see the line with the concrete versions "Microsoft .NET Framework 4.6.1 or 4.7".Could anybody know are 4.6.2 / 4.7.1 supported? What about...
View ArticleHow can I return all published pages with their page types in an EPiServer...
We'd like to return a list of all pages with their page types from an EPiServer 8.0 site. Preferably I'd like to do this within a navigation structure via a list of ContentAreaItem objects. But I...
View ArticleTest Automation for EPI-CMS
Hi everyone, I'm new to EPI server. Looking for an advice to kick start my test automation on EPI-CMS.Has anyone done it before using any software automation tools? if so, I would love to you know your...
View ArticleAdd Epi Forms Dependencies functionality to Rich text (with placeholders)...
It would be nice if in Epi Forms we could set dependencies on Rich text (with placeholders) form elements so pieces of content could be shown to users if for example they select a particular topic in a...
View Article404 behaviour inconsistent
Why is it that 404 behaviour is inconsistent:These bad urls produce different outcomes:These urls go to our custom...
View Article