AI OnAI Off
Hi! If you click on the error marked with red at the bottom of the Network tab and then click on the "Response" tab, do you get a more detailed error message?
This solved my problem if someone else gets the same error.
var storeDefinition = StoreDefinition.Get(DynamicDataStoreFactory.Instance.GetStoreNameForType(typeof(ComponentData))); storeDefinition.Remap(typeof(ComponentData)); storeDefinition.CommitChanges();
Source: http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=85262&epslanguage=en
Hi guys,
I currently have a weird problem when i try to add new gadgets in editormode. I noticed this when i wanted to add the version controller gadget and a alert box said "Error: could not add component".
I have tried to add all the gadgets but I get the same error everytime.
In the console i get the following message:
This problem occurs only in our production enviroment and not in dev enviroment.
Im relatively new at EPiServer so any suggestion is helpful :)