Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/12/24
    Hi,Hello,Can anyone help me with the installation of Aem's Modernize Tool?I downloaded the zipper files all but I don't see anything locally.I am using a version of Aem 6.5 service pack 15Thanks

    Views

    362

    Likes

    0

    Replies

    7
  • 2/12/24
    Hi Team,  Over the past few days, we have observed that while trying to connect to Adobe Status APIs via OAuth token, we are getting error - {"error_code":"403013","message":"Your IP is not allowlisted"}. We did not have to allow any IPs earlier and were able to access the APIs successfully. Can you...

    Views

    268

    Likes

    0

    Replies

    4
  • 2/12/24
    How can I add headers when I am running execute method with MagentoGraphqlClient. For example below:   Below query is an object of MagentoGraphqlClient and  genetateQuery() gives me the Graphql query in String format.I can not see any option in MagentoGrahpqlClient object to set the headers. if (qu...

    Views

    218

    Likes

    0

    Replies

    3
  • 2/12/24
    I have a component. Nothing needs to be authored on the dialog for this component. The content is dynamic for different users.Now, user data is being stored at Java level in a service in an httpSession object. How can I get that data to be rendered in that component's sightly?I've written a model bu...

    Views

    348

    Likes

    0

    Replies

    5
  • 2/11/24
    Hi, As mentioned in the Adobe Doc for core components, I could see certain components are by default annotated with microdata format to enable SEO schema for those components. Is it applicable for all core components and how multi lingual schema will be handled in this case. Do we need any custom im...

    Views

    299

    Like

    1

    Replies

    4
  • 2/11/24
    Hi, I have a custom dropdown in page properties Basic Tab, This dropdown show while creating new page. I want take the current selected page and get values from OSGi service to show the drop.How I can get the current page path in datasource sling model?Below is my code.1. DatasourceModel.java@Model(...

    Views

    515

    Likes

    0

    Replies

    5
  • 2/11/24
     I am getting this error. Please guide me how to resolve it. I followed this step: Open a new command-line terminal and perform the following actions.In an empty directory, clone the aem-guides-wknd repository:$ git clone git@github.com:adobe/aem-guides-wknd.git --branch tutorial/component-basics-st...

    Views

    290

    Likes

    0

    Replies

    5
  • 2/11/24
    Hello Everyone, I am trying to order my content based on last modified  order in descending.  Below code works fineMap<String, String> param = new HashMap<>();param.put("p.limit", 1);param.put("p.guessTotal", "true");param.put("type", "cq:PageContent");param.put("path", "/content/abc/myarticles/en")...

    Views

    328

    Likes

    0

    Replies

    4
  • 2/11/24
    Hi Everyone, There is a scenario that we are undergoing currently to upgrade an AEM - React SPA project to React 18 and with all latest versions of dependent libraries. We are using Archetype 47 , which by default gives react 16 and this we are upgrading to 18. And also in the package.json the edita...

    Views

    690

    Likes

    0

    Replies

    3
  • 2/10/24
    I am trying to wire an Application Insights instance into my AEMaaCS installation.  The idea is that I want to be able to view my logs from application insights, rather than the native AEMaaCS mechanisms. I have installed App Insights and configured the telemetry client.  This code works and I can s...

    Views

    116

    Likes

    0

    Replies

    5