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?
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?
Copyright © 2021 Jogjafile Inc.
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
incore
database.You could attach clean/blank core db to the solution to test the assumption.