Sitecore Docker Upgrade Sitecore CLI to 6.0.23 to enable progressiveMetadataPull

We use Sitecore CLI for content serialization and pushing content changes across various environments, including production. However, we recently encountered a strange error when attempting to push content to production. After consulting Sitecore Support, we were advised to upgrade Sitecore CLI to version 6.0.23, which introduces progressiveMetadataPull, a crucial feature for handling large amounts of … Continue reading Sitecore Docker Upgrade Sitecore CLI to 6.0.23 to enable progressiveMetadataPull

Sitecore CLI 5.1.25 serialization error [GraphQLHttpException] Unexpected HttpResponseMessage with code: BadGateway

Sitecore Command Line Interface also called Sitecore CLI is a good tool to serialize and deploy your content changes like templates, renderings, standard values etc. However being a new tool it has its limitations. I have shared couple of blog posts on how to ensure that there are no duplicate items in Sitecore before you … Continue reading Sitecore CLI 5.1.25 serialization error [GraphQLHttpException] Unexpected HttpResponseMessage with code: BadGateway

Fix Duplicate Item Names in Sitecore

If you are using Sitecore Content Serialization (Sitecore CLI) as the serialization pull and or push command will fail without any meaningful error. Therefore, we must ensure that there are no duplicate item names under same parent ever. Unexpected HttpResponseMessage with code: BadGateway 1421 error occurred: 143 * Status: The command 'powershell -Command $ErrorActionPreference = … Continue reading Fix Duplicate Item Names in Sitecore

Avoid Duplicate Item Names in Sitecore

In Sitecore, avoiding duplicate item names is crucial to maintain a well-organized content structure and to prevent conflicts within the content management system. This becomes even more important if you are using Sitecore Content Serialization (Sitecore CLI) as the serialization pull and or push command will fail without any meaningful error. Therefore, we must ensure … Continue reading Avoid Duplicate Item Names in Sitecore