We have a site where everything is working fine in the developer envoirement, but failing on test and production server. Every request to any action on the Shell Controllers are returning 404.
Unfortunately this includes the built-in search. We're not able to get the search input to show. When clicking the search icon a request is made to http://our-domain/epi/shell/Search/Index/?searchArea=CMS, but this request returns a status of 404. The virtual path is correct set and everything else from /epi/Shell/ClientResources is returned fine.
It seems to have something to do with the MVC part and the routing not working. The EPiServer.Shell.UI containes 7 controllers and all actions on every controller returns 404.
We have a site where everything is working fine in the developer envoirement, but failing on test and production server. Every request to any action on the Shell Controllers are returning 404.
Unfortunately this includes the built-in search. We're not able to get the search input to show. When clicking the search icon a request is made to http://our-domain/epi/shell/Search/Index/?searchArea=CMS, but this request returns a status of 404. The virtual path is correct set and everything else from /epi/Shell/ClientResources is returned fine.
It seems to have something to do with the MVC part and the routing not working. The EPiServer.Shell.UI containes 7 controllers and all actions on every controller returns 404.
Anyone having an idea?