At the moment we cannot visit the Ecom node in the DW 9.3.1 backend, it seems a widget on the dashboard uses a non existing function in the api:
Dynamicweb.Ecommerce.Shops.Shop.ProductCountByShopsForBackendTree().
[MissingMethodException: Methode not found: System.Collections.Generic.Dictionary`2<System.String,Int32> Dynamicweb.Ecommerce.Shops.Shop.ProductCountByShopsForBackendTree().] Dynamicweb.Admin.eComBackend.MainMaster.GetShopNodes(eComTreeNode parentNode, Boolean catalogNodes) +0 Dynamicweb.Admin.eComBackend.MainMaster.GetNodes(eComTreeNode parent, eComTreeNodeType t) +191 Dynamicweb.Admin.eComBackend.MainMaster.PopulateTree() +448 System.Web.UI.Control.OnLoad(EventArgs e) +103 System.Web.UI.Control.LoadRecursive() +68 System.Web.UI.Control.LoadRecursive() +162 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3811
Is there a way to disable the dashboard widgets? Or a fix for this issue?
Greets Hans