Sitecore Powershell not working with Insite Installed

Posted 02/23/2015 by Akshay Sura

With Sitecore Powershell 2.8 and the new version of Insite installed, the Powershell console does not work. Both Insite and Powershell use the Console folder on the website root. Insite’s MVC routes clash with the requests for the Powershell and so the Powershell console hangs.

Empty Console

Also the subsequent KeepAlive requests also fail.

Keep Alive

So a temporary solution is to modify the console.js and the ise.js file and make the entire url lowercase.

Console.js

Ise.js

This seems to help and I am able to get the console running properly.

Working
I put in a request on the Sitecore Powershell request page on GitHub.