Hello, Welcome to Our Sitecore XM Cloud Instance Walkthrough! Are you ready to explore the powerful capabilities of Sitecore XM Cloud? In this video, we’ll take you on an in-depth tour of the Sitecore Demo Portal, showcasing how to set up and navigate a Sitecore XM Cloud instance. Whether you’re a seasoned developer or just starting out, this walkthrough will provide valuable insights and tips to help you make the most of Sitecore’s robust features. Join us as we dive into the world of Sitecore XM Cloud and discover how it can transform your digital experience management! Happy coding! 😊
The Problem While working on Sitecore on my local, I started getting an exception like this - [FormatException: Input string was not in a correct format.] Here is the snapshot of the exception - The Solution I found that I was publishing the debug and release versions of a config by mistake. They had placeholder text which needed to be replaced during transformation step in release pipelines. Since no transformation was occurring at my local instance, the config xml was broken and hence erroring out. Hope it helps you guys!