I am working in Umbraco 7.2.8 and have created webapi calls to my application as well as partial actions so I have custom routing using /api and /partials routes.
When log in to admin, go to Developers section I get "Failed to retrieve searcher details", looking in the console there is an error for [domain]/partials/ExamineManagementApi/GetSearcherDetails. If I remove the partials custom route it then tries [domain]/api/ExamineManagementApi/GetSearcherDetails. If I remove this custom route in my application then the errors are no longer given.
Any ideas on why my custom routes would affect the url being called by Examine Managment section?
Examine error with custom routing
Hi,
I am working in Umbraco 7.2.8 and have created webapi calls to my application as well as partial actions so I have custom routing using /api and /partials routes.
When log in to admin, go to Developers section I get "Failed to retrieve searcher details", looking in the console there is an error for [domain]/partials/ExamineManagementApi/GetSearcherDetails. If I remove the partials custom route it then tries [domain]/api/ExamineManagementApi/GetSearcherDetails. If I remove this custom route in my application then the errors are no longer given.
Any ideas on why my custom routes would affect the url being called by Examine Managment section?
Thanks, Carole
is working on a reply...