Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated ...
Spectacular customer experiences don’t just happen— they’re imagined, built, and brought to life by Experience Makers like you. Now it’s your turn to take center stage. Submissions are open through October 17, 2025, at midnight PT. Whether you are scaling personalization, uniting content and data...
Hi All,We have a use case where-in we are exposing a custom form on AEM Publish - This is sitting behind an IDP (Okta) so only authenticated users can fill the form.The form is used to modify content fragments, create content fragments (if necessary) and so on - basically CRUD operations on Content ...
hi all, my aio-cli version is not upgrading even after running the command "npm install -g @adobe/aio-cli"Here's the log below - nkrish@SYSMACH io runtime action % npm install -g @adobe/aio-clinpm warn deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fsnpm warn depre...
Hi all, I followed this tutorial (EDS site via EDS template using Universal Editor in AEMaaCS - no doc authoring): https://www.aem.live/developer/ue-tutorial?lang=en#create-github-project and followed each step exactly as mentioned but I am getting the below error page when opening the index page i...
Hi All, I have a simple requirement, during page creation using an editable template, I need to show/hide fields based dropdown values, I triedUsing extraClientlibs at page component dialog level- not working, as the clientlibs would road on page render but not during page creation.Overlayed /apps/...
Hi Everyone, I m running SonarQube on an my AEM project, and the rule “Methods should not have high Cognitive Complexity” (java:S3776) keeps failing for this real utility method, even after I refactored parts into private helpers:public List<Page> filterAndSortPages(List<Page> pages, Predicate<Page>...
HTTP ERROR: 503Problem accessing /. Reason: AuthenticationSupport service missing. Cannot authenticate request.I am getting 503 Authentication handler missing.The issue was in running server, jpa log file wasn't rotating and it took around 650 GB and aem repository get corrupted. The configuratio...
I am trying to set up a dedicated egress IP address, following the instructions on https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/networking/dedicated-egress-ip-address .I am having trouble and I need help. I execute the CURL commands, but they fail (due to authent...
Ahead of a major content update, multiple pages on a hotel website need to be updated and also translated and localized to regional sites. From what we've gathered, Translation does not happen within Launches. We believe Launches is still the best approach to help manage the various content edits, b...
In AEM as a Cloud Service with Adobe-managed Akamai, I’m triggering a CDN purge for specific paths right after activating content to publish.Occasionally, users get 404s or stale content for a few seconds to minutes, which suggests a race condition where the CDN purge happens before the newly publis...
Hi folks,If JWT authentication is deprecated for Adobe IMS integration in AEM as a Cloud Service, is there a migration path or documentation showing how to replace JWT with OAuth Server-to-Server in AEM code (for example, replacing ServicePrincipalCredentials with an OAuth-based flow)?