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

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"