Перейти к содержимому

Or: how a single attribute, two server roles, and one very helpful accident cost us weeks of confusion.

We recently spent the better part of two weeks chasing a bug that, at every step, looked like it simply could not be ours. Same binaries. Same configuration. Same request. One server returned data, the other returned a 500. In the end, the fix was deleting one attribute from one class — and the journey there taught us more about the ASP.NET Web API + Newtonsoft.Json + Sitecore role plumbing than we ever wanted to know.

This is the write-up we wish we could have googled on day one.

...читать далее "When Switching Server Roles «Fixes» Your Bug — It Doesn’t"

The target of this post is to share how to configure Sitecore JSS headless with a Node.js proxy on CentOS and to demonstrate a staging approach for the hosting of the CD role. Since the front-end is rendered on a stand-alone Node proxy, we can easily configure as much backend CD servers as needed, which allows us to deploy CD code on a staging server, and then switch the target server on the Node instance.

...читать далее "Sitecore JSS: a blue green Node.js server configuration"

While working with Sitecore deployments based on ARM and PowerShell scripts, developed by Rob Habraken (Rob has covered them in a series of blog posts on his own blog) and slightly optimized by me, I noticed that we are having a problem: these scripts are used on a per-project basis and once implemented, they start aging. Since manually updating scripts for each project is a dull and cumbersome task, it usually is never executed. So I decided to build a VSTS release task, which could be reused in each of our projects and makes it easier to always have the latest version of the ARM and PowerShell scripts for a certain Sitecore version.

...читать далее "Sitecore Deployer"

В CMS Sitecore есть система онлайн маркетинга и анализа поведения пользователей на сайте под название OMS...

В CMS Sitecore есть система онлайн маркетинга и анализа поведения пользователей на сайте под название OMS, в которой, в частности, есть возможность отслеживать скачивания файлов пользователями. К сожалению, по умолчанию,  в силу разных причин отслеживание скачиваний файлов не работает. Как его включить - читайте далее...
...читать далее "Sitecore OMS — как отслеживать скачивания файлов"