Skip to content

Blogs

Sitecore-nuget-source

[Sitecore NuGet] Unable to load the service index for source

  • Prem 
  • 1 min read

Error: [Sitecore NuGet] Unable to load the service index for source https://sitecore.myget.org/F/sc-packages/api/v3/index.json.An error occurred while sending the request.The remote name could not be resolved: ‘sitecore.myget.org’ If you are getting this error because you are trying to set up the Sitecore MyGet public feed url: https://sitecore.myget.org/F/… 

create-sitecore jss next.js in local

Sitecore jss app quick local set up of headless xm cloud with next.js for xm cloud portal website.

  • Prem 
  • 3 min read

Prerequisite to install the sitecore jss next.js app into system. Please follow the below steps: C:\Workdir\XMCDeploy> npx create-sitecore-jss? Which template would you like to create? nextjs? Where would you like your new app created? C:\Workdir\XMCDeploy\nextjs? Directory ‘C:\Workdir\XMCDeploy\nextjs’ not empty. Are you sure you want to… 

sitecore jss nextjs multiligual

Internationalization(Multilingual) in the JSS sample app for Next.js

/*! elementor – v3.14.0 – 18-06-2023 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px} Internationalization(Multilingual) in the JSS sample app for Next.js A JSS Next.js application created based on the Next.js sample app comes preconfigured with the    necessary settings to enable internationalization (i18n). JSS Next.js… 

Creating Bilingual Promo Card Content In Sitecore SXA (Sitecore Experience Accelerator)

  • Umesh Tudo 
  • 4 min read

Sitecore SXA (Sitecore Experience Accelerator) is a powerful tool that enables developers and marketers to build and manage multilingual websites efficiently within the Sitecore Experience   Platform. SXA provides built-in features and components that facilitate the creation of multilingual websites, allowing you to deliver content in multiple languages.… 

How To Install Storybook And Tailwind CSS in Sitecore Jss With Headless NextJs XM Cloud

  • Prem 
  • 2 min read

1ST STEP : npx storybook@latest init  run this command 2nd STEP : How to launch storybook npm run storybook  run this command 2. Install tailwind CSS 1ST STEP : npm install -D tailwindcss postcss autoprefixer        Run this command 2nd STEP : npx tailwindcss init…