Skip to main content

Posts

Showing posts with the label #sitecorexmcloud

XM Cloud - SXASTARTER Kit Setting up Leprechaun Exited with Code 1 Error

Hi Team, We all have been using Code Generators like Glass Mapper for our applications, Today in this post we will see the error which comes when you run leprechaun against XM Cloud starter repository, Steps for setting up leprechaun which are universal step & there is nothing major and very well documented at Leprechaun , So we will not discuss those step, You can easily configure it from the leprehaun site. Leprechaun is a universal, open API for code generation from Rainbow serialized or Sitecore serialized Sitecore templates. Leprechaun uses state-of-the-art Roslyn code generation technology instead of T4 templates for speedy generation that doesn't require Visual Studio. (Taken from https://github.com/blipson89/Leprechaun) Leprechaun is very well documented, so i will not talk much about it  But i will share some info where we were blocked for more than a week for which there was nothing available on the internet and those information i will share so you do not end up i...

XM Cloud - Site folder not visible in "insert from template" dialog box

Hi Team, Recently, While working on XM Cloud, I ran into wired issue, I did create multiple sites and create templates inside templates->Project-><<my sites folder>> Now i wanted to now start creating pages from those templates, so i right clicked on my home item of the site and selected "insert from template" option so i can select my "Blog Folder" template and can start creating my Blog items inside it, But with my surprise, it was not showing my site folder at all and i was puzzled as to how do i select my template and why it is not showing those folder? and surprisingly other site which i have it was showing it fine My template->Project folder actually had those site folders and templates inside it Solution I just compared both folder's template and with my surprise the one which was showing fine i.e "TrainingLab" had " /sitecore/templates/System/Templates/Template Folder " and the other site which was not showing had...

XM Cloud - Place holders path missing from serialization module

Hi Team, As i have been setting up Sitecore XM Cloud instance, I have been following the guide Set up local , Which is the best guide available to get started with XM Cloud, i have been following the same but there are some issues with that page which i already have raised previously and have also get them verified with Sitecore support too. Similar thing i found before few days, After all serialization module given on the  https://doc.sitecore.com/xmc/en/developers/xm-cloud/walkthrough--setting-up-your-full-stack-xm-cloud-local-development-environment.html   link, There are some steps given on to create serialization module and it also ships with one .module.json file too But when you use that guidelines and serialize things in your local by fetching from cloud instance and pushing it into your local instance, One of the item shows GUID instead of item Solution If you closely see the module.json given on the guide, it is only showing couple of item paths to be serialized...

XM Cloud - Reference environment configuration 'xmcloudlocal' doesn't exist

Hi Team, Recently, I have been setting up XM Cloud instance in my local and sending some changes back to XM Cloud, and for that i needed to do serialization of the content from cloud to local and than local to push into XM Cloud. Because i was using the documentation given on  Walkthrough: Setting up your full-stack XM Cloud local development environment (sitecore.com)   Because if you are like me, you just follow the steps first to see how things work, in one of those steps, i encountered below exception    Error Reference environment configuration 'xmcloudlocal' doesn't exist" With my surprise, because i am following the documentation steps, so it should just work, i double checked that i have not missed any steps, The site documentation was mentioning below  I double checked my user.json file to see if i have this ref value as " xmcloudlocal " available or not, and with my surprise, it was not there, but i had entry with ref " xmcloud ", so i cha...

XM Cloud - Service not enabled within domain "https://auth.sitecorecloud.io"

Hi Team, I recently have been trying to set up couple of things around XM Cloud and experience edge related things for our internal training. I was following a documentation https://doc.sitecore.com/xmc/en/developers/xm-cloud/request-a-jwt-for-experience-edge-xm-using-oauth.html to generate the experience edge token to use GraphQL for delivery API as i wanted to query results from published version of the data i.e from experience edge But the CURL command was always failing with above exception, i could figure out that there is something wrong with either the URL or connecting to it, but as everything else was working fine i thought either the format of the URL is wrong or something with it. See the documentation i refereed (it was not updated at that time, right now it is updated correctly and working fine)   I knew that there are same kind of documentation exists for XM and XM Cloud, but their URLs are different, so i tried to double check with simple XM documentation, because i ...