I have built a custom property editor which works fine in all environments except one although everything is same for all. It shows controller undefined error.
I tried refreshing cache, restarting app pool. Nothing worked.
As shown in the picture above I am loading 2 json files through assertService. When I set debug-"true" in web.config, the controller undefined error is gone.
I debugged through the controller, I got to know that the json files are not getting loaded. The code inside the assertService.load() is never reached.
As shown in the above picture, I have tried with/without ~, but it is not working at all.
I am using Umbraco 7.12.3. Can anyone suggest something?
Controller undefined error custom property editor
Hi,
I have built a custom property editor which works fine in all environments except one although everything is same for all. It shows controller undefined error.
I tried refreshing cache, restarting app pool. Nothing worked.
As shown in the picture above I am loading 2 json files through assertService. When I set debug-"true" in web.config, the controller undefined error is gone.
I debugged through the controller, I got to know that the json files are not getting loaded. The code inside the assertService.load() is never reached.
As shown in the above picture, I have tried with/without ~, but it is not working at all.
I am using Umbraco 7.12.3. Can anyone suggest something?
Thanks
is working on a reply...