Today, one of the Content Authors wanted to change the text on the login button in the Login component from the SXA module. He/She did change here: But button text doesn't want to change. After a short investigation, I localized…

My personal place to share knowledge about Sitecore, Powershell, Amazon Web Services and .NET
Today, one of the Content Authors wanted to change the text on the login button in the Login component from the SXA module. He/She did change here: But button text doesn't want to change. After a short investigation, I localized…
Last time (unfortunately), I have an opportunity to play a little with SXA CLI. Generally it works fine but I found another annoying thing. The previous one I described here. Today I want to configure the Azure DevOps pipeline to…
Today I noticed a strange issue with Sitecore SXA CLI. I wanted to create a new theme, but I got a weird error.To reproduce the issue, change admin password from b to [email protected]#b and then create new theme using the…
I took part in the 'Content Hub Professional Mock Implementation' training this week. The training was divided into two parts administration and development. I want to share what I learned and describe Content Hub from my point of view. If you don't…
Some time ago, I applied for AWS credit, and I received it last week. Now I plan to use AWS services to build and run Sitecore containers and share my learnings and information about costs. I have only experience running…
Profile data can not be shown for this visitor because there are no pattern cards configured for this profile.
On 13th October, we organize the online SUGPL meetup. I was talking about my experience with Sitecore and Docker. I shared what I learned and my thoughts.Below you can find a link to recorded video and presentation slides. Meetup recording…
If you are working with SXA CLI, and someday your frontend changes are not visible, even you run 'sxa rebuild' 20 times. You don't see any errors in the console, and You finally decide to reinstall this f*** Sitecore instance.…
If during indexing you can find the following exception in Crawling.log: Exception in Crawling.log It means that probably some of your media items have a wrong values Wrong value in a size field Now, you have a difficult choice to…
Read More Could not compute value for ComputedIndexField: sizerange for indexable
As you probably know, Sitecore Powershell Extension is full of useful scripts that can be used as learning resources and sources of inspiration. I use Visual Studio Code to edit Powershell scripts much more conveniently. So I started working on…