Nintex Forms opening issue on Internet Explorer

  • 5 February 2021
  • 1 reply
  • 32 views

Badge +2

Hi everyone, i'm stucked on a issue with Internet explorer. This issue appears only with SharePoint 2019, it worked on SharePoint 2013.

 

On a list, i can access to the ribbon and choose the Nintex Forms menu : 

10031i8BEA804BBCA68CF9.jpg

 

But then, i am redirected to a white page ....

10033i6FC7212741D88787.jpg

 

Here are our Internet Explorer configuration :

10035iAD82AFF887EFB549.png

 

If i set the parameter and uncheck the option "Display websites in compatibility view", it works. 

10037iCAE23A6615649DF1.png

 

Nevertheless, this solution can't be used because we need the initial configuration for other topics (no GPO possible to set it for all users). It works on SharePoint 2013 but not in SharePoint 2019. It works on other browsers as well (Edge / Chrome).

 

Have you any idea which might resolve it ? 

 

Thx a lot !

 

Xavier.


1 reply

Userlevel 5
Badge +14

I'm not sure what the default Compatibility mode SharePoint 2019 starts in, but according to the docs, it'll only support IE11 (SharePoint 2016 supported 10+): https://docs.microsoft.com/en-us/sharepoint/install/browser-support-planning-0#browser-support-levels-in-sharepoint-server-2019

What likely needs to happen is that you need to edit your Master Page and look for a line that resembles: 


<meta http-equiv="X-UA-Compatible" content="IE=9" />

 


changing that to something like: 


<meta http-equiv="X-UA-Compatible" content="IE=11" />

 


saving it, publishing it, and then forcing all pages to inherit from the new master page will likely fix the issue. 

Otherwise you're a bit stuck. 


Reply