Skip to main content

Posts

Showing posts with the label #Sitecore #sxa #sitecorebug

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 ...