Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/18/25
    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...

    Views

    433

    Likes

    0

    Replies

    2
  • 8/18/25
    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...

    Views

    582

    Likes

    0

    Replies

    2
  • 8/17/25
    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/...

    Views

    358

    Likes

    0

    Replies

    3
  • 8/16/25
    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>...

    Views

    284

    Like

    1

    Replies

    2
  • 8/16/25
    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...

    Views

    400

    Likes

    0

    Replies

    5
  • 8/15/25
    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...

    Views

    2.6K

    Likes

    0

    Replies

    4
  • 8/15/25
    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...

    Views

    249

    Like

    1

    Replies

    3
  • 8/15/25
    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...

    Views

    389

    Likes

    0

    Replies

    4
  • 8/14/25
    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)?

    Views

    157

    Likes

    0

    Replies

    1
  • 8/14/25
    Hi team, I am trying to send logs from my AEM as a Cloud Service custom service to Splunk using HTTP Event Collector. The call returns 200 OK, but nothing appears in Splunk search.Here’s the code snippet: JSONObject event = new JSONObject();event.put("event", message);HttpURLConnection conn = (HttpU...

    Views

    226

    Likes

    0

    Replies

    2