I'm in the process of upgrading an umbraco site from 7.5.10 to 7.7.4. My issue is that the upgrade page isn't loading correctly because it can't find the script - lib/rgrove-lazyload/lazyload.js
I've checked the path in question and that file does exist. Even if I go directly to it, it returns a 404 error. I've tried other scripts as well and it's the same issue.
Has anyone experienced this before and can they provide any help.
Thanks for the suggestion, I managed to get it working. Looks like NUGET wasn't playing ball. I ended up downloading the Umbraco and Umbraco_Client folders from the our site and copied them directly over.
404 on lazyload.js during upgrade process
Hello,
I'm in the process of upgrading an umbraco site from 7.5.10 to 7.7.4. My issue is that the upgrade page isn't loading correctly because it can't find the script - lib/rgrove-lazyload/lazyload.js
I've checked the path in question and that file does exist. Even if I go directly to it, it returns a 404 error. I've tried other scripts as well and it's the same issue.
Has anyone experienced this before and can they provide any help.
Many thanks
Paul
UPDATE:
After trying Firefox instead of Chrome I can see I'm getting the error:-
/umbraco/lib/rgrove-lazyload/lazyload.js” was blocked due to MIME type mismatch (X-Content-Type-Options: nosniff).
Looks like you need to negate the nosniff header for the
/umbraco
route, find the location node in your web.config and update it accordingly:Hi Sebastiaan,
Thanks for the suggestion, I managed to get it working. Looks like NUGET wasn't playing ball. I ended up downloading the Umbraco and Umbraco_Client folders from the our site and copied them directly over.
Problem went away :)
Thanks
Paul
is working on a reply...