Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/22/24
    Hello everyone,I was referring to this URL for generating the access token. I was able to generate access token from Postman softwarehttps://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/IMS/#fetching-access-tokensBut was failing from java code. Here i...

    Views

    128

    Likes

    0

    Replies

    3
  • 2/22/24
    Hi Team, @EstebanBustamante @Raja_Reddy , I want to hide my servlet paths so that I need to write rewrites at dispatcher. Currently client is calling the api in below format  Path Based: http://localhost:4502/bin/test/v1/content?type=pageResource based: http://localhost:4502/content/test/servlets/fr...

    Views

    168

    Likes

    0

    Replies

    4
  • 2/22/24
    Hi Everyone, We have implemented connection pooling in AEM and the same is working fine. Currently we have provided the connection number as 10. We have 8 publishers and 8 dispatchers in Production and our home page is having few APIs that will get responses from Database, During some events, there ...

    Views

    153

    Likes

    0

    Replies

    5
  • 2/22/24
    We are running on AEM as a cloud service and Adobe recommends updating the SDK to the latest version every month. However, I would like to know if it's also recommended to update the SDK version in the pom.xml file every month? Also, will there be any potential chances of the existing functionalitie...

    Views

    209

    Likes

    0

    Replies

    5
  • 2/22/24
    Hi.We have a multisite project in AEM like this: <project ><groupId>com.adobe.aem.project</groupId> <artifactId>main</artifactId><packaging>pom</packaging><version>1.0.0-SNAPSHOT</version><modules> <module>site1</module> <module>site2</module> <module>site3</module> <module>site4</module><module>sit...

    Views

    325

    Likes

    0

    Replies

    10
  • 2/22/24
    I have a requirement to create an image gallery component.Here, there is no upper limit on the number of images. On click of '+3' tile, all images will come up and on click of any individual image, it opens up with a description attached to it. How can I develop this? Is there any OOTB component tha...

    Views

    150

    Likes

    0

    Replies

    4
  • 2/21/24
    Hi !I want add a delete button here:Should I modify the '_addToTree' method of ui.ContentTree.js ???

    Views

    114

    Likes

    0

    Replies

    2
  • 2/21/24
    Hi All,I configured the OKTA SSO Sign-out URL in the AEM publisher SSO config file.But when we try to sign-out, the user is signed out of AEM session but not from OKTA session.I'm calling slingAuthenticator.logout(req, resp) in the servlet when user tries to logout.Does anyone know how to configure ...

    Views

    122

    Likes

    0

    Replies

    3
  • 2/21/24
    Hi, I am facing an issue in AEM cloud production environment, when I publish a page in preview mode a URL needs to be generated with preview link.But I am getting a warning as:NOTE: This is not happening on every publish.Any leads?   @arunpatidar @lukasz-m @BrianKasingli  

    Views

    138

    Like

    1

    Replies

    2
  • 2/21/24
    We are planning to move from static templates to editable templates. As a best practice should we commit component content policy's that are defined for each components in code base or keep it editable for the authors. What challenges do we face with either approach. 

    Views

    225

    Like

    1

    Replies

    6