Surendra Sharma

Surendra Sharma

Search This Blog

Showing posts with label Habitat. Show all posts
Showing posts with label Habitat. Show all posts

Monday, July 16, 2018

Could not find configuration node: federatedAuthentication/identityProviders/identityProvider[@id='Facebook']

I faced this error when deploying my local Habitat instance to fresh Sitecore instance running on Sitecore 9 update 1. I was getting this while opening Sitecore login screen.

There are two ways to resolve this issue


1. Create package of Domain, roles related with Facebook from existing running Sitecore instance and install it on target Sitecore instance.


2. Comment "<identityProviders hint="list:AddIdentityProvider">" section from \App_Config\Include\Project\<SitecoreInstanceName>.Website.config file


I hope these steps helps you to fix this issue. Stay tuned for more Sitecore related articles.

Till that happy Sitecoring :)

Please leave your comments or share this fix if it’s useful for you.

Friday, March 24, 2017

Sitecore Habitat : what to do if 05-Sync-Unicorn is not working



I have just started to play with Sitecore Habitat project. The first problem that I encounter is Habitat setup.
 

Everything worked fine except task “05-Sync-Unicorn”. I waited for an hour to complete it but it seems to showing in progress status as 

Sync Unicorn
Sync Unicorn

I googled for the solution but didn’t find any suitable link which explained it properly. So I decided to write the article

Follow below steps if "05-Sync-Unicorn" is not working for you


  • Login to Sitecore desktop

  • Open http://yourinstance/unicorn.aspx
 
Unicorn Sync Page
Unicorn Sync Page



  • You can sync Sitecore items by clicking "Sync" button for each component one by one

  1. Syncing process updates items in Master, core, link database and in search indexes.
  2. It also sync roles, users
  3. Finally it published all synced items to web
Sync Progress
Sync Progress

  • Run "06-Deploy-Transforms" from Visual Studio

Deploy Transforms
Deploy Transforms
 
  •  Open your instance on browser and hurreyyy you will get your Habitat site

Habitat Home Page
Habitat Home Page
 

I hope you like this Sitecore trick. Stay tuned for more Sitecore related articles.

Till that happy Sitecoring :)

Please leave your comments or share this trick if it’s useful for you.