SharePoint workflow form blank on IE

This is one of the weird issue I faced while creating an out of the box workflow.

Business had a web application where they wanted to create simple approval workflow on a SharePoint 2013 site collection. Nothing complicated, but it turned out to be a difficult task.

After creating the workflow the workflow forms were coming as BLANK. No error on screen or in the logs, just a page with header, left nav and footer, but nothing in between :((

We did some analysis and found that none of the workflow forms were working. But the same workflow forms worked on another web application on same farm. So it was clear that nothing was wrong at farm level.

Finally opened a case with Microsoft and even they were not able to help out. There suggestion was to delete the web-application and restore it using content DB. As per them the web application was not created correctly, even though we shared the auto sp installer script used to create it.

But a little bit more analysis gave a clue. It turned out that the same forms on same web application when opened in Chrome worked.

So essentially it was an IE issue. We found that there is a security feature in IE that blocks any forms on the links that has with underscore "_". This only happens when the first you have _ in the first part of the link, like web application name or server name.

But unfortunately you wont get enough articles around it. Here is what I have found , hope it will be helpful.

And the only solution Microsoft suggests now is change the URL for the webapplication :(

1 comment: