Closed bobi33 closed 5 years ago
Can you provide more info? What exactly is the errors you are receiving, you haven't mentioned that?
I'm unsure what needs to be fixed as i'm not familiar with this testing suite.
@Shazwazza I cannot seem to locate this in the log. Any idea on where to find the exact error? The testing suite is basically a mobile testing suite by Google to ensure that the page is mobile friendly and provides any page loading issues. It is located here: https://search.google.com/test/mobile-friendly?view=fetch-info&id=_-y28h5EShac8jsaEtIj7w (this is a link to the testing suite of the site in question). However, you can even test umbraco's forum site, which has a similar issue with the following stylesheet resource not loading: https://our.umbraco.org/DependencyHandler.axd?s=L2Fzc2V0cy9jc3Mvc3R5bGUubWluLmNzczs&t=Css&cdv=18061401.
You can see the umbraco site having a similar issue using the testing suite here: https://search.google.com/test/mobile-friendly?view=fetch-info&id=olT8TijaSdPsHXvQYGM1-g
Is this just an issue of emptying the ClientDependency Cache? At least it's not only the site in question with this issue, since Umbraco's forum website has a similar issue.
This is an error with the testing suite, if it was an error with the site then nothing would work.
If you go to the link you sent: https://search.google.com/test/mobile-friendly?view=fetch-info&id=olT8TijaSdPsHXvQYGM1-g
and then copy/paste the URL that says it cannot load into the browser: https://our.umbraco.org/DependencyHandler.axd?s=L2Fzc2V0cy9jc3Mvc3R5bGUubWluLmNzczs&t=Css&cdv=18061401 you'll see it loads just fine.
This tool doesn't really provide any further info on what the problem is
I might suggest that the testing suite doesn't understand the HTML encoded strings. If you go here: https://search.google.com/test/mobile-friendly?id=olT8TijaSdPsHXvQYGM1-g and then click on Source you'll see the HTML:
<link href="/DependencyHandler.axd?s=L2Fzc2V0cy9jc3Mvc3R5bGUubWluLmNzczs&t=Css&cdv=18061401" type="text/css" rel="stylesheet" />
and notice the & and this is because html compliance requires this for some reason which was a bug raised here a very long time ago.
Ok, thanks @Shazwazza. That makes sense. You're always very helpful.
I am receiving script and stylesheet errors from Google's mobile friendly testing regarding DependencyHandler.axd.
https://our.umbraco.org/forum/using-umbraco-and-getting-started//92534-dependencyaxd-issue-umbraco-7104