Sitecore Commerce: Fix ERR_SSL_KEY_USAGE_INCOMPATIBLE
Learn how to fix the ERR_SSL_KEY_USAGE_INCOMPATIBLE error for Sitecore Commerce while installing a fresh instance for POC or development work.
Learn how to fix the ERR_SSL_KEY_USAGE_INCOMPATIBLE error for Sitecore Commerce while installing a fresh instance for POC or development work.
During my recent XM Cloud project work, I came across the requirement to get the public URL and alt text for the assets uploaded in the Content Hub. Anyone who has experience with Content Hub, must know that the DAM connector for XM Cloud has configurations for mapping the fields between XM Cloud and Content […]
Verify your serialized Sitecore item .YAML files are valid or not by pushing the serializations to local before deploying the solution to XM Cloud instance. BEST PRACTICE FOR XM CLOUD Recently we encountered the issue which put everyone on high heart beats when we learned that our XM Cloud instance which is getting prepared for […]
Are you a Sitecore developer looking for ways to connect your headless application running locally from the XM Cloud environment as the editing host? Look no further than the tunnel command in Sitecore CLI. By utilizing this feature, you can easily connect your local application to the editing host in XM Cloud and streamline your […]
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 […]