Posts

Showing posts from 2020

Install Sitecore Package

Image
To install Sitecore package you will need to perform below steps: Download Sitecore Package or zip file on your machine/hard drive. Login into the Sitecore Panel to which you want to install your Sitecore Package. Click on the Start Icon and select Development Tools and select Installation Wizard: After that you will get the Installation Package window same as below: Click on the upload button it provides you upload files popup window to choose files:

Install Sitecore 9.3.0 XP Scaled instance on Single Machine

Image
Before installing the Sitecore experience platform, you need to choose the correct topology of Sitecore scaled. Here I am going to select the Package for XP scaled instance. So, what is XP Scaled (XP1) topology in Sitecore? XP Scaled topology is if you are planning a fully-featured Sitecore Experience Platform installation. The Sitecore Experience Platform configuration runs the following separated server roles: Content Delivery Content Management Email Experience Dedicated Dispatch Server (optional) Sitecore Identity

Unicorn Login issue with Sitecore 9.2 Identity Server

Image
In one of my projects, I have installed Sitecore 9.2 and integrated it with my Visual Studio solution code file everything was working fine. When I was trying to sync Unicorn items with Sitecore, and I found Unicorn.aspx page is not working. After, I hit the Unicorn.aspx to sync Sitecore Items it shows error message Access Denied and You need to sign in to Sitecore as an administrator to use the Unicorn control panel . I selected the option Sign in to Sitecore as an administrator and it redirected me to the Sitecore Identity Server login page . I entered my username and password and it returned me to the Unicorn Control Panel page, but still, it was showing me the same error message as below:

Setup Multiple Node.JS using NVM and Issue

Image
NVM is a Node Version Manager for Windows. It is used to set up multiple installations of Node.js  on the window machine. Before getting started with NVM you need download NVM for Windows from here . Open Command prompt or Powershell in Administrator mode and run below command from development or project folder: $ nvm install $ nvm use Once you run above command you may get an error a message like " Invalid version " or it will not work as you are expecting. Then add  $(type .nvmrc)  at the end of the above command for example: $ nvm install $(type .nvmc) Now It will work as you expecting or again you will get an error message as below: