When I am going to a customer form I am getting a Script Error, different users are getting the same error.
If you clear your cache and temp file, and increase cache size it will fix it for a few days, but the issues arises again. A few times we have to clear the cache and temp files multiple times before the issue fixes it self.
Following are the error messages :
ReferenceError: 'loadDFConfiguration' is undefined
at eval code (eval code:1:1)
at RunHandlerInternal (xyz.com/.../ClientApiWrapper.aspx)
at RunHandlers (xyz.com/.../ClientApiWrapper.aspx)
at OnScriptTagLoaded (xyz.com/.../ClientApiWrapper.aspx)
at Anonymous function (xyz.com/.../ClientApiWrapper.aspx)
TypeError: Unable to get property 'form_onload' of undefined or null reference
at eval code (eval code:1:1)
at RunHandlerInternal (xyz.com/.../ClientApiWrapper.aspx)
at RunHandlers (xyz.com/.../ClientApiWrapper.aspx)
at OnScriptTagLoaded (xyz.com/.../ClientApiWrapper.aspx)
at Anonymous function (xyz.com/.../ClientApiWrapper.aspx)
ReferenceError: 'GP' is undefined //here 'GP' is javascript namespace.
at eval code (eval code:1:1)
at RunHandlerInternal (xyz.com/.../ClientApiWrapper.aspx)
at RunHandlers (xyz.com/.../ClientApiWrapper.aspx)
at OnScriptTagLoaded (xyz.com/.../ClientApiWrapper.aspx)
at Anonymous function (xyz.com/.../ClientApiWrapper.aspx)
Issue is intermittent and mostly seen on production environment can anybody please suggest the permanent solution of this issue. Please let me know if something else is required to mention.

Thanks
*This post is locked for comments
I have the same question (0)