Sitecore CLI Login Issue – Error while getting client credentials token: invalid_client

Recently I have been working on Sitecore Upgrade from 10.3 to 10.4.1 and as part of the process I installed a fresh instance of Sitecore 10.4.1 and started apply my solution changes one by one. When it can to running the serialization push command to push all my serialized content to Sitecore, I faced this … Continue reading Sitecore CLI Login Issue – Error while getting client credentials token: invalid_client

Video Tutorial: Setting up Sitecore Docker Solution Without Docker – Fast and Reliable Sitecore Developer Setup

Docker was supposed to make Sitecore development faster and easier. But for many of us, it's become a real headache. Getting it to run smoothly requires a powerhouse laptop: at least 8 CPU cores and 32GB of RAM. And even then, your computer sounds like a jet engine, the fans never stop, and it gets … Continue reading Video Tutorial: Setting up Sitecore Docker Solution Without Docker – Fast and Reliable Sitecore Developer Setup

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