Most of the time SharePoint 2013 environment related issue of blank pages display seems a strange issue.
SharePoint Site is showing Blank white page on Contribute, Edit, Full Control permissions (Except Read), in Read permission user is able to access and can see everything on SharePoint Site.
Nothing found in logs.
In developer tools, Network tab it's showing below three lines:
http:
//abc.com/sitename/Documents/Forms/AllItems.aspx
/favicon.ico
//abc.com/favicon.ico?RedirectFromIntranet=true
Rendered page showing:
<
html
><
head
META
HTTP-EQUIV
=
"Content-Type"
CONTENT
"text/html; charset=utf-8"
>
meta
name
"Robots"
content
"NOINDEX "
/></
body
></
script
type
"text/javascript"
var gearPage = document.getElementById('GearPage');
if(null != gearPage)
{
gearPage.parentNode.removeChild(gearPage);
document.title = "Error";
}
</
Please use below steps to resolve the issue: