Recently I was trying to install Sitecore 9.1.1 on my machine and started getting an weird issue i.e. "Cannot validate argument on parameter 'Path'" during the xConnect installation piece. I went and checked if all the prerequisites were installed correctly and also ran few msi files as suggested in this link: https://sitecore.stackexchange.com/questions/22639/sif-exception-cannot-validate-argument-on-parameter-path But the solution … Continue reading Sitecore 9.1.1 installation error – Cannot validate argument on parameter ‘Path’
Month: June 2022
Adding a Processor to getMediaUrlOptions Pipeline
Recently, I had to enable CDN for our Sitecore instances. After following the instructions available in Sitecore documentation, everything seemed to work fine. There was use case where we had to exclude PDF documents from the CDN route to keep the security for some of the documents in place. The suggested approach was to add a … Continue reading Adding a Processor to getMediaUrlOptions Pipeline