Dear community, The web (AEM 6.5.5) we've developed has to add "Accept-Ranges": "bytes" to response header so the HTML5 video element can work on Safari. And I can't manage to add/edit the http header. What I've found so far: Custom HTTP Headers : Go to the Cloud Service configuration page in...
Hi Team I am facing a really strange issue. I am trying to look for the page.html file which renders the WKND pages (or any page for that matter). The wknd/components/page has sling:resourceSuperType to core/wcm/components/page/v2/page. In the latest version of AEM , this is present under /libs...
Hi Team, This is regarding How to integrate AEM with Khoros. We are planning to store User generated content in Khoros ( Like comments ). In general we can use Khoros rest apis for Khoros integration. However do we have any native support from AEM to have a communication with Khoros
Hi Team I am facing issue on public instant .I try run port 4503 while getting port 8080.can you pls help me on this issue. Please check below picture. Regards Chandrika Sunkara
Hi All, I need to find out the window for which replication process is active and in that time, i have to disable custom aem menu tool. As soon as replication starts, menu should disable and enables when replication completes. i want to disable above AWS Cloud Search menu when replication start ...
Hi All,I coudln't able to adapt the resource to my Sling Model class,getting the error Could not yet find an adapter factory for the model class my_class from adaptable class org.apache.sling.testing.resourceresolver.MockResource.Attaching the Sling models and junit files here.Model Interface pa...
Hey folks,I'm trying to make a fetch request to "http://localhost:4503/api/assets/we-retail-screens.json" via a react app running on "localhost:3000" . I have configured Adobe Granite Cross-Origin-Resource-Sharing Policy (attached screenshot). I'm expecting a json response. Instead, the fetch reques...
Hi, I was trying to build project from archetype 37. mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate "-DarchetypeGroupId=com.adobe.aem" "-DarchetypeArtifactId=aem-project-archetype" "-DarchetypeVersion=37" "-DappTitle=Archetype project" "-DappId=archetype" "-DgroupId=com....
My JUnit test is getting stuck in this section resourceResolver.getResource(filePath). My Mock AEM Context resource is having page path, its component details and in this section resourceResolver.getResource(filePath), I am trying to fetch an asset. How can I handle this?
Hi All, I have the below query - My publish instance on cloud is displaying Apache Webserver's index page whenever hit upon. This is happening because the request is being handled by dispatcher_vhost.conf's catch-all vhost. dispatcher_vhost.conf - <VirtualHost *:80> ServerName unmatched-hos...