Question with EpiServer Property list
I had a property list with Name and Value. I made a selection factory to display the names to select one item from the property list. Following that I could get the value of the selected item in the...
View ArticleEPiServer Forms custom validator
I'm trying to implement a custom validator for my form elements. I started following this post By Mark van Dijk. There it says that in order to get the javascript to load correctly, the following lines...
View ArticleRemoving Image Upload permissions for several groups
I've been requested to look at removing image upload permissions for about 10-15 of our 120 groups. This would include disallowing them to upload in the For this Page/For this Block permssions. I'm...
View ArticleDisabling ARRAffinity effect cache distribution using...
Our site is in Azure Clouds on multiple instances, we disabled ARRAffinity option from our settings (due to XYZ reason), As a result, we observed that caching isn't distributing correctly on all...
View ArticleUpcoming SameSite cookie changes and Episerver
There are some quite big changes in Chrome 80, and later on in Firefox/Edge(With Chromium), that affects cookies. Some good litterature...
View ArticleError when editing a Contact that was created from code (Commerce 11.7.3)
I'm getting this error when clicking on the Name (not edit pen icon) from my list of contacts, ONLY if that contact was created from code. We have an import script and a registration page where...
View ArticleSelecting Inventories from Select Menu not showing the Product Variant name...
In Catalog view, when I select any Product to edit their variant's inventory (selecting from select menu), it is not showing the product variant name or code. Is there something I am missing or how to...
View ArticleStrange behavior when editing links in TinyMCE
We have encountered some strange behavior when editing links in the TinyMCE editor. When creating a link using the "Page" radio button and entering "Remaining url" the information is not preserved...
View ArticleHow to deploy to Azure App Service, using deployment slots, without downtime
I've been using Azure DevOps Pipelines for deploying an Episerver website to an Azure App Service. My deployment to production goes like this:Deploy to preprod deployment slot.Warm up preprod, and...
View ArticleContent Delivery API with EPiForms
Hi,I've stumbled upon some problems with EPiForms together with the Content API. The template and assets described in...
View ArticleAdding a block to several pages at once?
Hello, first time posting on the forum. I am not a developer but i have admin access to the episerver CMS.We are running a new campaign and want to add a simple image block with a link to a large...
View ArticleI can't find out the reason of the repetition of this query ? This make my...
I can't also trace this query in my code.QUERY1 :- (@1 nvarchar(88),@0 datetime2(7))UPDATE [dbo].[Sessions] SET [Expires] = @0 WHERE ([SessionId] = @1)QUERY2 :- (@p0 nvarchar(4000))SELECT TOP (2)...
View ArticleEpiserver find - Developer Demo Services (Unauthorized)
Hello,Im trying to creating a developer service, but something seems to be wrong.The newly created service returns{"status":401,"error":"Unauthorized"}Is it just me or is something elso going on?Felicia
View ArticleIssue with EPiServer NuGet Feed in Visual Studio
Hi All,I'm at a bit of a loose end here so I'm wondering if anyone had experience or some good troubleshooting tips to help me out.About 1.5 - 2 months ago I lost the ability to update EPiServer...
View ArticleSQL server 2019 compatibility
We want to upgrade our SQL server to 2019 in place. As we read here https://world.episerver.com/documentation/system-requirements/ there is no official statement regarding the compatability of "SQL...
View ArticleUnexpected error handling. Hides the real error.
We are having an issue right now where when an error is thrown from a controller, it is trying to route the error to an error page that does not exist. In turn this error is handled by our own custom...
View ArticleCannot access not published changes - Content Delivery API
Hello everyone!I'm trying to fetch new content after upgrading EPiServer packages.I'm subscribing to 'beta/contentSaved' event and fetching content using contentLink property from the...
View ArticleSupport for Newtonsoft.Json 12 in Epi Find
I see that Epi Find is lacking support for Newtonsoft.Json 13.Is that planned to be released soon?Here's an old post on the same topic from last year:...
View ArticleDiscount is not getting applied to price properties
Hi,In a Commerce 11.8.5 project we have a custom FixedPrice promotion.After orderGRoup.ApplyDiscounts() I can see the applied promo in orderGroup.Promotions, but lineItem.TryGetDiscountValue(d =>...
View ArticleQuestion with EpiServer Property list
I had a property list with Name and Value. I made a selection factory to display the names to select one item from the property list. Following that I could get the value of the selected item in the...
View Article