I'm having some trouble getting the preview functionality working in Umbraco 8, we're currently upgrading from version 7 to 8 and this is one of the wrinkles that's stopping progress. It's happening both locally and on the deployed versions of the code.
It will open up the preview page within the cms but the page just sits there with the circling dots.
Console error is showing up as the following:
jquery.min.js:2 Uncaught Error: No module: umbraco.interceptors
at angular.min.js:18
at a (angular.min.js:17)
at angular.min.js:17
at angular.min.js:26
at Array.forEach (
Nothing is generated in the Logs file while doing this.
I can see that the umbraco.interceptors.js file is located in the /Umbraco/Js/ folder
Umbraco Preview Not working
Hello,
I'm having some trouble getting the preview functionality working in Umbraco 8, we're currently upgrading from version 7 to 8 and this is one of the wrinkles that's stopping progress. It's happening both locally and on the deployed versions of the code.
It will open up the preview page within the cms but the page just sits there with the circling dots.
Console error is showing up as the following:
jquery.min.js:2 Uncaught Error: No module: umbraco.interceptors at angular.min.js:18 at a (angular.min.js:17) at angular.min.js:17 at angular.min.js:26 at Array.forEach (
Nothing is generated in the Logs file while doing this.
I can see that the umbraco.interceptors.js file is located in the /Umbraco/Js/ folder
Thanks, Chris
Clearing out a load of files left over from the previous installation seemed to resolve this issue.
is working on a reply...