ODP setup and EpiServer.OpenIDConnect on .NET Framework
Hello,I am attempting to install and configure ODP on our CMS 11 and Commerce 13 site. Since our site is on .NET Framework 4.7.1, the only compatible version of EPiServer.ServiceApi and...
View Articlehow to create an empty starter project which works?
The "creating-a-starter-project" guide here:https://world.episerver.com/documentation/developer-guides/CMS/getting-started/creating-a-starter-project/Says you can just create an empty start project,...
View ArticleWebSocket Error on CMS 12
Hi Folks, We are in the middle of ugrading a site to cms 12 and we are seeing this error a lot in our logs. Has anyone seen this before. it's a CMS 12.28 site, dotnet 8. Hosted on Azure and using Open...
View ArticlePlaceHolder are being added as ::xxx::
CMS12. I've written a Forms email PlaceHolder that recreated #Summary# except adds a table. The new placeholder name is label_summary. Now all of the placeholders added from the dropdown menu have...
View ArticleExternal Review Email Sharing Issue - Sender Email Missing
I've recently installed version 0.9.3 of the Advanced CMS - Add-on for Advanced & External Reviews on Optimizely 11. However, I'm encountering an issue with the functionality to share external...
View ArticleGenerate Bynder images thumbnail when using UIHint.Images
Hi all, I have a Bynder integration and my image property looks like this:[UIHint(UIHint.Image)] public virtual ContentReference Image { get; set; }The issue that I have is that when I select an image...
View ArticleHow to turn off the built-in personalization for Unified search?
HiWe are using the unified search for the public page search, today we noticed that the search results starts to differ when the visitors login.I don't find any settings for how to turn this behavior...
View ArticlePage tree actions are not instant
Since version 12 upgrade our customer and their editors have been experiencing an issue with the page tree where the actions such as delete and move are not reflected immediately on the user interface....
View ArticleDeducting a return fee on a return form
On a return order I need to be able to set a return fee, in turn reducing the amount that is refunded.How would you do this in a way that uses the built-in calculation logic? I checked HandlingTotal,...
View ArticleTyped Search and Best Bets - Example?
Hi!I have code somewhat similar to the following:var result = _searchClient.Search(Language.Swedish) .For(query) .WithAndAsDefaultOperator() .UsingSynonyms() .ExcludeDeleted()...
View ArticleConfiguring Geta NotFound redirects in multisite environment
Hi - Does anyone have any guidance on how to configure Geta NotFound redirects for use in a multisite environment (CMS 12)? Or an alternate approach to handle this scenario?
View ArticleEPiServer.Forms 5.5.0 placeholder breaking changes
After upgrading to EPiServer.Forms 5.5.0 placeholder template changed from #template item# to ::template item::For example:EPiServer.Forms 5.4.0 had syntax like this: #summary#EPiServer.Forms 5.5.0...
View ArticleSetting up content editing for an externally hosted frontend breaks images in...
If you configure the CMS to use an external frontend site (to enable on-page editing on the externa site), images will break at some places in edit mode. Thumbnail images for...
View ArticleCatalog Import/Export API
Commercer 14.12.0Using this as a point of reference : https://docs.developers.optimizely.com/customized-commerce/docs/importing-catalog-data we're trying to do a catalog export, this seems to run for a...
View ArticleHow to tell if a scheduled job has been manually triggered?
Using Optimizely CMS 12, how can I in code that's being run in a scheduled job tell if the job was triggered manually in the CMS UI or by the scheduler?In "the old days" we did this by checking if...
View ArticleKey factors when implementing a successful search function using Search &...
Hi!I'm reaching out to the community to see if you could help me with the following:Could you name a couple of key factors when implementing a successful search function using Search &...
View ArticleQuestions about Search & Navigation demo developer Index
Hi guys. I’m studying search in Optimizely. In the process, a couple of questions arose, I will be glad if you answer so that I can get a complete picture:1) I've created an account to manage my index....
View ArticleSqlTransientErrorsRetryPolicy in api functions
Hi!I find alot of these in my windows log using my api functions:Category: EPiServer.Data.Providers.SqlTransientErrorsRetryPolicy EventId: 0 SpanId: aaa225932de18d8c TraceId:...
View ArticleHow to enable Visitor Groups tab in menu?
Hi. I decided to install the simplest AlloyDemo project for Optimizely 12 (I'm currently taking courses at https://academy.optimizely.com/ ), but after installation I don’t see the menu tab "Visitor...
View ArticleWhy not pass captchar validation even I filled correct text?
I installed Optimizely Forms into Alloy Sample. I added default captchar element to a certain form container. I got invalid message at captchar control when I click Submit button at first time even I...
View Article