Hi Team,I've got a performance problem to tackle in AEM as a Cloud Service based project.Our setup consists of an headless SPA - a next js web application and a mobile app rely on page model APIs and content fragment APIs (Jackson JSON exporter) to render content. Some of these json payloads can go...
Hi everyone, I want to enable share link button for assets visible for all users. Any idea how we can do it In adobe cloud? As a non-admin user, I am not able to see 'Share link' button.
Hi, We have a use-case in a component, where we're using nested experience fragments on a page and when I try to get the current page path in a component (nested inside the innermost XF), the get the path of it's parent XF. For example, we have two XFs - Child XF (/content/experience-fragment/proje...
I am using resourcechange listener to identify the changes in multiple paths. Once the listener identify change from the given path I am triggering an e-mail. Till here it is fine. Resource change listener paths: I have configured locale paths in config manager like ex: /content/en_usd/testpage./Con...
Hi, I have developed a SDI component that I don´t want to be cached. I already implemented the osgi configuration, the dependencies in the pom and the dispatcher configuration in the vhost file, and my componente is already rendered using sdi feature. The problem is that the component is always stor...
Hello Community Members, We are facing a tricky issue with respect to the loading time of Dynamic Media images through Scene7 URLs. When we open the pages in browser, these images load from Scene7 CDN perfectly fine, most of times in less than a second. However, Google Page Speed is always reporting...
Hello Everyone, I can display child pages title using the below Sightly code. <ul data-sly-list="${currentPage.listChildren}"> <li>${item.title}</li> </ul>Is it possible to list the Navigation title of child pages using Sightly? Tried below logic, But no luck <ul data-sly-list="${currentPage.li...
Hi, would like to ask how can I get the all the versions of the page. I've tried the following codeResourceResolver rr = currentResource.getResourceResolver();PageManager pageManager = rr.adaptTo(PageManager.class);Page page = pageManager.getPage(currentResource.getPath());Session session = rr.adapt...
My Aem licence is license.product.version=6.2.0 MY java version is "java 11.0.21 2023-10-17 LTSJava(TM) SE Runtime Environment 18.9 (build 11.0.21+9-LTS-193)Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.21+9-LTS-193, mixed mode)"When i try to launch aem in cmd(run as administrator) with this co...