Unable to preview content - LazyLoad is not defined
We just upgraded Umbraco from v8.5.2 to v8.8.0. When our content editor tried to preview content, a blank page is displayed, with the dark blue "Preview Mode" bar at the bottom.
Using the browser's Developer Tools, we are seeing this error message in the console:
Unable to preview content - LazyLoad is not defined
We just upgraded Umbraco from v8.5.2 to v8.8.0. When our content editor tried to preview content, a blank page is displayed, with the dark blue "Preview Mode" bar at the bottom.
Using the browser's Developer Tools, we are seeing this error message in the console:
When we checked the Network tab in the browser's Developer Tools, we see a 404 for https://app-service-name.azurewebsites.net/lib/lazyload-js/lazyload.min.js
Any help would be appreciated.
I was able to solve this issue by the solution suggested in this post.
I had to add a new condition to the rewrite rule that removes trailing slash to exclude "/umbraco".
The complete solution I used is below:
is working on a reply...