I receive this error intermittently when the form loads for one of my custom entities:
This only occurs in IE 10 and not in Chrome. I understand that this may most likely have to do with JavaScript, but it works in another Org without error. Could it possibly be an authentication instead? I ran Fiddler and saw a couple of401 errors for custom web resources as well as out of the box CreateFromId forms:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><HEAD><TITLE>Not Authorized</TITLE><META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD><BODY><h2>Not Authorized</h2><hr><p>HTTP Error 401. The requested resource requires user authentication.</p></BODY></HTML>
HTTP/1.1 401 Unauthorized Cache-Control: private Transfer-Encoding: chunked Content-Type: text/plain Server: Microsoft-IIS/7.5 X-AspNet-Version: 4.0.30319 WWW-Authenticate: Negotiate WWW-Authenticate: NTLM X-Powered-By: ASP.NET Date: Tue, 10 Sep 2013 20:51:03 GMT Proxy-Support: Session-Based-Authentication 31 HTTP Error 401 - Unauthorized: Access is denied
As always, any help is appreciated! Thanks!