Skip to main content

Posts

Showing posts from March, 2025

Sitecore 10.2 Headless SXA is looking for "master" db on CD server

Hi Folks, Sometimes you are trying to troubleshoot one thing and end up solving another :), How many of you have ended up same?  Well, I was actually troubleshooting the high CPU and no. of requests on CD was trying to find some error patterns from Sitecore logs for one of the issues we were facing, there was one specific error which we kept observing was below Exception and if you drill further down into it, Sitecore was looking for master DB on CD servers, which is not possible, so definitely, this is bug I previously faced the same error but for other assembly and to troubleshoot and resolving that the approaches were different but for both meaning of the error is same, for 10.3 where i got the error is drafted here  Error in Sitecore 10.3 XM with CDs - Could not find configuration node: database/database[@id='master'] Troubleshooting It was clear that because some the code which is in "VersionInitializer" class of "SItecore.XA.Foundation.Upgrade.dll" is ...

Sitecore XM Cloud Components - BYOC - Bring in your existing react or nextjs component library

Hi All, Last year i did lot of research and hands on to "XM Cloud Component Builder", Very powerful futuristic tooling provided by Sitecore. At that time it was still in "Early Access" phase. You can have a look at my "SUGCON 2023 - Presentation on XM Cloud Component Builder"   to know about it's capabilities and use cases. and if you are PODCAST lover, find the podcast here   I would highly recommend going through above video or podcast to understand "Low code, No code" and what is "FeaaS" and power of it, As LCAPs (Low Code Application Platforms) are growing at the speed of around 25% every year, And it's a future. Now, Let's talk about Part-2 of it, more advance use cases of "XM Cloud FeaaS", Once you have understanding of the component builder, you can do wonders, and this part-2 we will talk about something amazing it can do which is BYOC, Bringing Your Own Components. What is BYOC - Bring Your Own Code (Or Co...