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

  • 5/17/25
    Hi all, I am deploying the WKND project using "mvn clean install -PautoInstallSinglePackage" command.https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/project-setup It is failing with the below errors: C:\Rama\Adobe\WKND Site\...

    Views

    508

    Likes

    0

    Replies

    3
  • Hi there,   I am trying to convert JCR-SQL2 query to Query Builder, but I see a warning that  "Usage of self property in path predicate has been deprecated. Please avoid its usage.". I have tried several approaches but they didn't return valid results. Probably someone of you had experience with it....

    Views

    609

    Likes

    0

    Replies

    4
  • 5/16/25
    Hello, I am wanting to build my own Page Report. The default Page Report is almost what I need. However, I am looking to add a Date Range field or a Date field that I can enter a date and it will only return results that are Newer than that date. Any guidance is appreciated. The purpose of this repo...

    Views

    766

    Likes

    0

    Replies

    5
  • 5/16/25
    Graphiql interface is working for only specific set of query./aem/graphiql.html how to configure to include all the query paths.

    Views

    439

    Likes

    0

    Replies

    4
  • 5/16/25
    Hello everyone,I would like to ask for some advice regarding monitoring copy-paste operations in the AEM toolbar.My goal is to detect when a new node is created via copy-paste and then remove the onTime property from that new node.However, I keep encountering an error on the jcr:content node saying ...

    Views

    468

    Likes

    0

    Replies

    4
  • 5/16/25
    I have created a GraphQL endpoint on the author instance, and it works fine there. I’ve also published the GraphQL endpoint and the content fragment to the AEM publish instance. But when I try to access the GraphQL endpoint on the publish instance, I see the following errors.AEM Version - AEM 6.5.17...

    Views

    924

    Likes

    0

    Replies

    8
  • 5/16/25
    Hi all,I'm working in AEM and need to add a link (<a href>) on a page that points to a PDF stored in the DAM. The requirement is for the PDF to open in a new browser tab or in the same window, rather than triggering a download.Is there a simple or recommended way to achieve this in AEM? Ideally, I’d...

    Views

    1.0K

    Likes

    0

    Replies

    5
  • 5/15/25
    Hi here! I tried to use Universal Editor with a page hosted in AEM Cloud (not locally). But UE cannot open the page.Accorded to this doc https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/getting-started I instrumented WKND pa...

    Views

    827

    Likes

    0

    Replies

    5
  • 5/15/25
     Has anyone faced issues with the Adobe Analyzer during Cloud Manager pipeline execution? Our build fails during the "Code Quality" step with the following message:Severity: Major | Rule: CQBP-84 | Message: Avoid using deprecated Granite UI components.We have ensured most deprecated APIs are removed...

    Views

    508

    Likes

    0

    Replies

    3
  • 5/15/25
    Hi Everyone, I'm currently working on an Edge Delivery Services (EDS) project using XWalk and trying to fetch data from an AEM GraphQL endpoint. Here’s the simplified JavaScript logic I’m using:const isAuthor = window.location.hostname.includes('adobeaemcloud'); const domain = isAuthor ? '' : 'publi...

    Views

    545

    Likes

    0

    Replies

    4