SDI not working in AEM as a Cloud Service | Community
Skip to main content
Level 2
April 14, 2023

SDI not working in AEM as a Cloud Service

  • April 14, 2023
  • 1 reply
  • 2260 views

Hi All,

 

The SDI was working fine in 6.5. But after migrating same project to AEM as a cloud the SDI is not working.

I could see the SDI include after inspecting.

<!-- SDI include (path: /home/_jcr_content/root/header.nocache.html/project/components/structure/header, resourceType: project/components/structure/header) -->

But it is giving cached content in response.

Ideally, it should fetch dynamic content from the publish and serve it.

I am adding SDI for multiple components, none of them is working. 

SDI version : 3.1.2

I tried adding all the configurations as mentioned in below ticket :

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/lack-of-ssi-in-aemaacs-dispatcher/m-p/392044

 

Thanks in Advance

 

@arunpatidar 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

arunpatidar
Community Advisor
Community Advisor
April 14, 2023
Level 2
April 17, 2023

Hi Arun,

I have added deny rule as well. And followed this documentation and added all the configurations. https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-sling-dynamic-include.html?lang=en

 

/rules {
  ...
  /0009 {
    /glob "*.nocache.html*"
    /type "deny"
  }
}

 Thanks,

Nasrin

Level 2
April 1, 2024

I´m facing same issue. Has anyone found a solution? could maybe use ESI intead SSI be the answer?

 

@nasrinj114 @arunpatidar