Hi Arun, I am looking if chat gpt can help us to generate unit test for the classes we written, and what other type of code it can write it's own to help reduce overall development time. Thanks,Pradeep
Hi Folks, I am just planning to start exploring AEM or AEMAaCS to integrate with Chat GPT. Would like to understand how people are currently using it, what and all features chat gpt provides can be used in AEM. Chat, Audio processing, Image generation etc are client specific requirement and can not ...
Hi Folks, We have two domains(both are redirecting to same content tree internally) under etc/map folder. one is adobe publisher other is CDN. Sitemap is showing adobe publisher domain always even if sitemap was opened on cdn domain.Facing this issue in AEM cloud. What is the fix for this, which dis...
Hi Folks, This was quite tricky as customer managed CDN has different headers and Adobe managed CDN has different. We are using customer managed CDN Akamai. Akamai has path based cache invalidation API, where multiple path(s) can be passed in API payload. Akamai POST API (https://techdocs.akamai.com...
Hi Harwinder-singh, We are not planning to write event handler for this. Is there any way to achieve through cache control headers? Cache the page for 1 day on CDN, invalidate as soon as page published. Thanks,Pradeep
Dear Members, I am using AEMAaCS setup. Facing issue on Akamai CDN. When I publish the page from AEMAaCS author to publish, Akamai is still serving old content. We have disabled fastly CDN as receommended by Adobe through the Header set Surrogate-Control "max-age=0" Content is showing immediately on...
I could not see any method in https://github.com/adobe/aem-core-wcm-components/blob/main/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/LocalizationUtils.java Which is giving list of language copies of current page. My requirement is, let's say I am on pagea of en, then it shou...
Hi Folks, I have a page (pagea), this page exist in en, fr, and de Now this page has 3 language copies I need to fetch all the existing language copies of page, how would I fetch it using some API.Please do not suggest below http://localhost:4502/libs/wcm/core/content/pageinfo.json?path=/content/tes...
Hi Folks, As part of SEO best practice, I need to attach 'structured data markup' at page level using script type="application/ld+json"Which has some other attributes like page name, description, org name etcEach page has it's detail in this script.How could I do this in AEM as cloud service? Any po...
Hi All, Finally it worked RewriteCond %{HTTP_COOKIE} !mycookieRewriteRule ^/(.*)/test-project/page1(.*?) /$1/page3 [QSA,L,R,NE]RewriteRule ^/(.*)/test-project/page2(.*?) /$1/page3 [QSA,L,R,NE] Thanks,Pradeep