Find statistics when selecting “All Websites” is not correct
Hi,I recently started working on a project for a customer. The customer only has one website in the EPiServer solution (Let's call it abc123.no), and uses a custom built on-premise FIND server, but...
View ArticleCannot read property 'contentData' of null -- Publish (when...
Hello All,I am starting out my journey into EpiServer and trying to spin up the AlloyDemo application. I am playing around with Users and associated permissions (more specifically Publishing a page). I...
View ArticleEdit mode removes class in ContentArea rendering
I am using custom content area rendering to adopt twitter bootstrap responsive framework. Everything works fine in view mode but in on page edit mode for preview, content area wrapping tag div class...
View ArticleRequest: Stable Releases
When you have a large solution - multisite CMS with Commerce - upgrading packages do almost always mean, getting new bugs. And if you are fast on updates, you will most probably be the one debugging...
View ArticleGet content that is available in the currently selected language?
We have a block that pulls in content and displays it on our page. Right now, no matter what language I select in our language switcher, this is not being honored by our block.As I am new to EpiServer...
View ArticleAzure Log Analytics (Azure Monitor) for EPiServer IaaS
MorningDoes anyone have a guide for implementing Azure Log Analytics (Azure Monitor) with EPiServer 11.10.1 logs? We currently write all logs to a shared network drive (on-premises DFS) but we would...
View ArticleScheduled Publish
Hey,Recently my schedule publish has just stopped working. Sometimes it invalidates on remote servers but the current server hasn't been invalidated and some of the post publish code hadn't completed...
View ArticleCreating an assets folder
I'm trying to create a data folder under the Media tab to store some xml files. I'm able to create my xml files on the root of the assets folder without any issues.I've found example code that just...
View ArticleException when try to Removes the relation
Hi,I tried to remove relation between Node and Entry but i get an exception A value representing catalog content of the type CatalogNode is not valid for the Parent property of a ProductVariation.Can...
View ArticleMissing Stored procedures in database
I'm having an issue with a Episerver installation, the database are missing some stored procedures.The database has been around since version 9.x-something and the problem got to my attention when...
View ArticlePromotion to be a Culture Specific
commerce -12.5Hi Team,How to set Culture Specific name and description for epi promotion?Advance Thanks,
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 ArticleRecommendations - ignore types?
Hi,Is there any in way possible, other than filtering the result set, to fetch a recommendation of a specific contenttype or ignore recommendations of a specific type?I've read all the documentation on...
View ArticleIt 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 ArticleOffline and historical orders - Tracking
If there is any change in previously submitted offline order. Can we resend it to Epi ? Will Epi update the order accordingly ?
View ArticleX-Forwarded-Proto support for when behind load balancer.
HiIs there a confiruation key to enable in web.config for X-Forwarded-Proto support https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto.I know there is one for X-Forwarded-For...
View ArticleImageProcessor Help Request
Hi Everyone,I'm trying to take to take Vincent Baaij's ImageProcessor.Web.Episerver for a test drive, but I'm failing hard trying to get it to work. I've been trying for a couple of days now and I'm...
View ArticleProperty setters bypassed – why?
I struck on that the block property setter is called only once during block “life time”. In case from call withinSetDefaultValues(ContentType contentType)I performed some tests on this:1. Create new...
View ArticleEPiServer.Find.Personalization dependencies
EPiServer.Find.Personalization has a constraint on EPiServer.Personalization.Common (>= 1.1.0 && < 2.0.0) but the latest version is 3.0.0 and the last valid version that meets the...
View ArticleStrange result when using .Take ()
var items = Client.Search<FurnitureVariant>(requestLanguage) .Filter(x => x.GetMarkets().Match(market)) .Filter(categoryFilter) .Filter(attributeFilter) .Filter(timelessItalianFilter)...
View Article