Hi Nivetha, The error means that the jcr:content node under the page node /content/test/en_US/demoPage is not there. If this error is in publish then check if the jcr:content node is present in author and activate the page it will resolve the issue.If this error is in author then you can create the ...
Hi Raja, Can you elaborate or give more examples for point 2 and 3?If I enable SAML setup on preview environment aswell how to do that.How do we set up user access policy on preview env?Are you suggesting customize the saml authentication to accomodate the whitelisting of domain, any example?Note: t...
Hi Suresh, I know that the url is accessible like and doesn't require any access, that is why we need to add user permission to the preview environment. I was thinking to have the same SAML setup enabled as we do for the publish environments but then how that can be configured.
Hi All, We are migrating from AEM 6.5 to AEM Cloud and wanted to utilize the preview tier on AEM cloud to preview the content before publishing.Currently the website is using SAML authentication.There are 2 requirements related to the preview tierA particular user group with permission can access pa...
Hi Jerald, In the tag field you can select multiple tags by adding a property multiple="{Boolean}true" or can define the root path like below. <tags jcr:primaryType="nt:unstructured"sling:resourceType="cq/gui/components/coral/common/form/tagfield" fieldLabel="Select Tags" m...
Hi Mahesh, Is there a particular reason why you would adapt it to a POJO class?Instead you can adapt it to Page class and get all the fields required. Page page = resource.adaptTo(Page.class); if (page != null) { String title = page.getTitle(); String path =...
Hi Nishant, I did add before the jar in using the include resource with specific java class and export package as-includeresource: @azure-ai-openai-1.0.0-beta.3.jar!/*,@azure-core-1.42.0.jar!/*,@azure-xml-1.0.0-beta.2.jar!/*,@azure-json-1.1.0.jar!/*well though it is resolving the main dependencies o...
Hello all, I am trying to integrate the Azure openai with AEM. Following the below documentationhttps://learn.microsoft.com/en-us/azure/ai-services/openai/quickstart?pivots=programming-language-java&tabs=command-line I am using the below dependency and added the<dependency>
<groupId>com...
Hi @JeffreyVSpringbok , It seems the dynamic media configuration is missing, if not created then configure it from the email from Adobe while provisioning it. Follow the steps from the documentationhttps://experienceleague.adobe.com/docs/experience-manager-65/assets/dynamic/config-dms7.html?lang=en ...