Find calls "Faulted" in Application Insights: Possibly Serialization and...
Seems that an instances gets stuck somehow after or during startup and where Find calls throw this exception:System.NullReferenceException: Object reference not set to an instance of an object. at...
View ArticleFragmentFactory.Accessor serialization issue
Anyone looked into errors like this one and know something?Serialization and deserialization of 'EPiServer.ServiceLocation.ServiceAccessor`1[[EPiServer.Core.Internal.ContentFragmentFactory, EPiServer,...
View ArticleSame API call, different results
Hi,I am trying to use the Search and Navigation api in a test environment running a client at localhost:3000. In Postman I get search hits, but from the client I get {"totalMatching":0,"results":[]}...
View ArticleEscape Sepecial character from seaching
Hi,I'm trying exclude or escape secial character when we search the keyword without special character.Our find index repository contains special characteralong with text, for example the trade mark...
View ArticleViewComponentContext.ViewData no longer gets data
We're using TechFellow.Optimizely.AdvancedContentArea for display options and up until recently it has been possible to read ""AdvancedContentArea__SelectedDisplayOption" from the...
View ArticleProblem with deserialization of lists with Find GetResult
Hello,I'm trying to deserialize an index of our Product object and it crashes on lists. Here is my code: var query = _client.Search<Product>().For("product1"); var result = query.Select(x =>...
View ArticleSearch and Navigation: RangeFacetFor with collection of numeric values
Hello everyone.I am using Commerce 14, I have indexed a List<int> values for my products that come from the associated Variants, and I am creating a search where I would like to use those values...
View ArticleIs it possible to pass additional values with the submission data?
Hi,I plan to take a form submission and send it to a third party. I've created a actor to take the submission data and send it to the third party without issue. However the client is asking that we...
View ArticleThe Find user interface is currently not available, please try again later
Hi,We're using on premise Find and are getting the message "The Find user interface is currently not available, please try again later" when trying to access Find from within the CMS.We have the Find...
View ArticlePageEditing.GetEditUrlForLanguage returns edit link to CMS
Hi,Using Commerce 13.34.When generating edit link for a Commerce content with PageEditing.GetEditUrlForLanguage(), it always returns a link to CMS instead of Commerce, so context is invalid, meaning...
View ArticleIContentRepository - Thread safe?
When using IContentRepository in a service injected by th constructor (Depencency injection).Our service is registrated as Transient.When...
View ArticleODP: Lists aren't really deleted
When I delete lists from the UI, they are removed from ODP UI but the api will still return them.The list still has _exists=true and shows up when querying through GraphQL. There seems to be nothing in...
View ArticleRun scheduled jobs for multi server scenario only once
We have a site on prem in load balancer environment and since the upgrade we have an issue with scheduled jobs running multiple times once for each server in the load balancer. Based on the...
View ArticleValues for inline block properties in lists are not saved
We have observed a problem with inline blocks as properties in lists. The edit mode renders the properties just fine and you are able to enter information as expected. However, the value(s) are not...
View ArticleJson serialization error when saving block with enum property and integer...
HiWe have recently upgraded from CMS 11 to 12.We're getting serialization error when trying to save a block containing an enum.The backing type is integer.The easy fix is adding...
View ArticleMFA Authentication with ADFS (CMS back-end login)
Hi,Right now we are using ADFS for CMS back-end login. We want to add 2 factor authentication (MFA) to this.Is it possible ? and can we use MSAL (NuGet package/ Microsoft library)Any input would be...
View ArticleBUG: ViewComponentContext.ViewContext.ViewData.Values is null after upgrade...
HiOn some blocks I have this code snippet in order to get which size the block has.var renderSettings = ViewComponentContext.ViewContext.ViewData.Values.FirstOrDefault() as Dictionary<string,...
View ArticleOn-prem load balancing and Remove Events
Continuing on thread https://world.optimizely.com/forum/developer-forum/cms-12/thread-container/2022/10/handle-events-listener-in-a-load-balanced-environment/ About Content Events Mass-Transit and...
View ArticleLink validation/Broken Links
We wanted to have a collection of link buttons that the editor could use; add one or more links to add to a block. Further; the editor should have the possibility to select appearence on each link...
View ArticleThe expired page is still displayed
I have a problem which consists of it that the page that is not in the master language, despite setting it as expired, is still visible (sic!)The page has several languages: - "en" is master language...
View Article