Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/28/23
    Hi, XML file(filename_in.xml) is there in dispatcher location "/mnt/var/www/html" and we are able to access that XML file via "http:www.domain.com/in/en/filename.xml".We are achieving this because we have written a rule in dispatcher as belowRewriteRule ^/in/en/filename.xml   /filename_in.xml [PT,L]...

    Views

    293

    Likes

    0

    Replies

    2
  • 8/27/23
    I currently have a persisted endpoint that is meant to allow for paging over a list of content fragments:  /graphql/execute.json/xxx/getSomeContentFragmentPaginated;startRecord=0;numberOfRecords=3  The underlying GraphQL query looks something like this: query getSomeContentFragmentPaginated($startRe...

    Views

    531

    Likes

    2

    Replies

    4
  • 8/27/23
    Hello all,I am aware of page level access to certain groups for AEM live site. I mean after logging into live AEM site, if the user has permission to certain page(say about-us.html), then show the page. Or else, redirect to login page(or some message).  My query is:  user1 belongs to group1, other u...

    Views

    387

    Likes

    0

    Replies

    3
  • 8/27/23
    Hi Community, I have a requirement where we want to track login and logout of author users in the AEM author instance , How can we do that ? I tried creating a sling filter where we can check for login and logout URL, for this i am targeting j_security_check as login URL and /system/sling/logout as ...

    Views

    631

    Like

    1

    Replies

    4
  • 8/27/23
    Hi, Guys, I am new to AEM and I am facing a problem about converting Resource to Custom Model. //--------------------------------------------------ResourceResolver resourceResolver = request.getResourceResolver();Resource resource = resourceResolver.getResource(path);//------------------------------...

    Views

    1.3K

    Likes

    0

    Replies

    8
  • 8/27/23
    i am getting error while accessing API for cloud Manager -  Adobe IO cloud Manager project has been setup in Adobe IO console works fine using Postman and getting expected response on the API call.When i tried to replicate same in JS Code/Fetch call, getting below error has been blocked by CORS poli...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 8/27/23
    Hello,   I am trying to set up Dispatcher invalidation based on Receive events on AEM publish. The Dispatcher Flush Agent is set up on AEM publish as per https://experienceleague.adobe.com/docs/experience-manager-learn/ams/dispatcher/disp-flushing.html?lang=en#dispatcher-flush-replication-receiving-...

    Views

    359

    Likes

    0

    Replies

    2
  • 8/27/23
    Hi team, in design dialog i have created 3 different date formats when i am calling in dialog using "displayed format" property like changing value dynamically. i'm getting unknow language error in dialog. dialog screenshot:  design dialog screenshot:it is dropdown   on page it is displaying unknown...

    Views

    354

    Likes

    0

    Replies

    2
  • 8/27/23
    POST call to AEM servlet is getting timeout exactly after 60 seconds.I'm getting 504 Gateway time out exception  Configuration in AEM 1. Apache fleix jetty based http service configuration timeout is 120 sec. 2. Dispatcher render timeout is set to 120 sec. 3. Additional sling connection is configure...

    Views

    941

    Likes

    0

    Replies

    1
  • 8/26/23
    I am trying to replicate config nodes from author to publish instances programmatically. I used the replication service ( replicator.replicate(session, ReplicationActionType.ACTIVATE, nodePath);) ,but I am getting Error while building replication content com.day.cq.replication.AccessDeniedException:...

    Views

    636

    Likes

    0

    Replies

    4