Sitecore Experience Editor Ribbon not loading?

842 Views Asked by At

I have a sitecore 9 project. When i load the Experience Editor the Ribbon iframe has a Server Error:

System.InvalidOperationException: SpriteStorageNode

Has anyone seen this before?

enter image description here

1

There are 1 best solutions below

0
On

Looking at the code, the likely culprit code lives in Sitecore.ExperienceEditor.Web.Sprites.SpriteDefinitionManager constructor.

The Sitecore.ExperienceEditor.Constants.ItemIDs.SpritesRoot item seems missing in your solution.

Item is expected to live under /sitecore/content/Applications/WebEdit/Sprites in core database.

You could attach clean/blank core db to the solution to test the assumption.