-
Learn how to fix the issue of editing host not resolved.
-
Issue While working on Dockerized Sitecore 10.2 project, I faced a weird issue of the CM container restarting repeatedly. Upon initial investigation, I found that the CM instance was not able to connect to the SQL server and hence it was keeping restarting. With this error, I was looking for the fixes to connect the…
-
In this article, I’ll explain how to fix the GraphQL Error (Code: 401) while connecting your XM Cloud solution running on Docker. Background Sitecore has provided a starter kit for the XM Cloud development which is prepared and pushed to GitHub when you create and deploy the XM Cloud project. At some point during development,…
-
The previous article set up the admin portal’s basic UI structure. In this article, we will learn how to implement OrderCloud user authentication for the admin portal using the next-auth module. You can clone the GitHub repository to refer to the code I’m discussing in this article for implementing OrderCloud authentication. In the previous article,…
-
In the first article of the series, we learned how to create the OrderCloud account and set up the API access for seller and buyer organization by creating API clients, security profiles, admin, and buyer users. In this second article, we will set up the Next.js application to start the development of the admin portal…
-
In this step-by-step guide, we will look into the process to create an OrderCloud account and setting up the necessary artifacts. The very first step is to create an account in the OrderCloud portal. Open portal.ordercloud.io and register yourself with the appropriate details. Once you are in the portal you should see the dashboard as…
-
Styling is the very fundamental requirement of any website. Without styles, your website looks ugly. And React application is no exception. In React, there are different ways we can apply styles to components. In Next.js: _app.tsx Next.js is the React Framework for the Web by Vercel. The _app.tsx is the root component where we can…
-
In React, Components are the basic build blocks, one of the core concepts. We build user interfaces (UI) through components. React lets us combine the markup, CSS, and JavaScript into custom “components,” reusable UI elements for your app. Similar to HTML tags, you can use components like the following to design the pages. A React…
-
The JSS is part of the headless development suite of Sitecore products, which allows modern development workflows for producing applications and systems which follow the Jamstack architecture. Applications developed with JSS consume the content, and personalization, from Sitecore, delivered through Sitecore Headless Services or Sitecore Experience Edge for XM. The JSS also consumes data from…
-
While working on the Sitecore projects, I have found that many developers do not follow best practices while creating templates/fields/items which should cause issues later on. Once the project started with bad naming conversions, it is hard to change the name of templates/fields/items as well as the folder structure. Here in the article, I’m providing…