-
Continue reading →: Implementing Custom 404 Pages in Sitecore JSS Next.js MultisiteOverview This guide explains how to implement and customize 404 error pages in a Sitecore JSS Next.js multisite environment. We’ll cover both the Sitecore configuration and the Next.js implementation. Sitecore Configuration 1. Create the 404 Page First, create a custom 404 page in Sitecore Content Editor: 2. Configure Error Handling…
-
Continue reading →: Creating Your First OrderCloud App with Next.js: A Step-by-Step Guide👋🏻 Hello In this blog, you’ll take your first step with OrderCloud. You’ll learn some basics and see a demo on how to create your very first app using OrderCloud. So, let’s dive deep and explore the treasures of OrderCloud! 🪜 This is your first step towards mastering OrderCloud. I’ll…
-
Continue reading →: Next.js Scaffolding Script: Simplifying Component Setup and ConfigurationWhat is Scaffolding? Scaffolding is the process of generating a component based on predefined templates. Typically, when we create a new component, we start from scratch and follow the same repetitive steps each time. This approach can be time-consuming. Scaffolding, on the other hand, provides a basic template with essential…
-
Continue reading →: Configuring Sitecore CLISetting up Sitecore CLI is an essential step to streamline your Sitecore development workflow. Here’s a guide to configuring Sitecore CLI for your project: 1. Install .NET SDK: First, make sure you have .NET SDK version 4.8 installed on your machine to match the requirements for Sitecore 10.3. You can…
-
Continue reading →: Sitecore JSS 10.3 Leprechaun SetupSetting Up Leprechaun in Sitecore JSS 10.3 Published by Vadherravi on August 26, 2023 In this article, we’ll walk you through the process of setting up Leprechaun in your development environment and explore how it can help you generate types for your Next.js application in a Sitecore JSS project. But…
