Hi all,
I'm having an issue getting my Channel to load correctly in my AEM Screens ChromeOS player (or other players) - this is AEM 6.5 with the latest service pack. The pages work correctly when I preview them. However, in the player the HTML from the page loads, but the Ajax callout doesn't work. When I Inspect the page by right-mouse clicking on it, I see that none of the Javascript or CSS files that I attempted to include are present. Here is the <HEAD> section of my page:
<head data-sly-use.clientLib="${'/libs/granite/sightly/templates/clientlib.html'}"
data-sly-use.templates="templates.html">
<meta charset="utf-8"/>
<meta data-sly-call="${clientLib.all @ categories='apps.jquery3, apps.redacted.slick, angularjs, apps.redacted.carousel, apps.redacted'}" data-sly-unwrap/>
</head>
However, when I look at the rendered <HEAD> section through inspection, this is all I have:
<head>
<meta charset="utf-8">
</head>
When I copy the URL that's being loaded by the player, and look at it in a browser, it works correctly. Any suggestions as to what I might be missing?
Thanks, Jim