When I'm trying to add app to any of my sites (I need to add a list) - on page ../addanapp.aspx I've got an error (like script error):
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><SendClientScriptErrorReport xmlns="http://schemas.microsoft.com/sharepoint/diagnostics/"><message>Sys.ArgumentNullException: Value cannot be null. Parameter name: element</message><file>ScriptResource.axd</file><line>4191</line><stack><stack><function depth="0" signature="Sys$UI$DomElement$addCssClass(element, className)"> <![CDATA[function Sys$UI$DomElement$addCssClass(element, className) { /// <summary locid="M:J#Sys.UI.DomElement.addCssClass" /> /// <param name="element" domElement="true"></param> /// <param name="className" type="String"></param> var e = Function._validateParams(arguments, [ {name: "element", domElement: true}, {name: "className", type: String} ]); if (e) throw e; if (!Sys.UI.DomElement.containsCssClass(element, className)) { if (element.className === '') { element.className = className; } else { element.className += ' ' + className; } } }]]></function> <function depth="1" signature="SP_Storefront_ManagementView$get_$30_3()"></function> <function depth="2" signature="SP_Storefront_ManagementView$$4q_3()"></function><function depth="3" signature="SP_Storefront_ManagementView()"></function> <function depth="4" signature="SP_Storefront_StorefrontApp$$4K($p0)"></function><function depth="5"signature="SP_Storefront_StorefrontApp$$4G()"></function> <function depth="6" signature="SP_Storefront_StorefrontApp$updateUIAndState($
What's going on and how can I repair this?