Expand my Community achievements bar.

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

  • 2/13/24
    I'm working on a headless Adobe Experience Manager (AEM) project with React as the frontend. Just added some CORS and CSRF configurations to handle some other errors I have been encountering. Now getting an error when attempting to create a new folder under /content/dam/my-project/tests via a POST r...

    Views

    296

    Likes

    0

    Replies

    3
  • 2/13/24
    I'm working on a headless Adobe Experience Manager (AEM) project where I use React for the frontend. After initially facing CORS issues during local testing, I followed  advice to configure AEM's CORS policy, allowing http://localhost:3000 and updating allowed methods to include OPTIONS for pre-flig...

    Views

    315

    Likes

    0

    Replies

    3
  • 2/13/24
    I have 2 webpages 1)https://www.samplepage.com2)https://www.samplepage.com/index.html I have a requirement where i need to redirect to https://www.samplepage.com when  clicked https://www.samplepage.com/index.html . Could you please explain what could be done? 

    Views

    465

    Likes

    0

    Replies

    7
  • 2/12/24
    @component(immediate = true, service = Servlet.class, property={"sling.servlet.methods=" + "GET","sling.servlet.resourceTypes=" + "sling/servlet/default","sling.servlet.extensions=" + "abc"})public class abcServlet extends SlingAllMethodsServlet {} we have above default servlet with extension.we don...

    Views

    447

    Likes

    0

    Replies

    7
  • 2/12/24
    i have 3 components breadcrump , searchbox and topicsmenu search box and navigation menu are embedded inside breadcrump  component using   <div data-sly-resource="${'./searchbox' @resourceType = 'myproject/components/content/video/searchbox'}"> <div data-sly-resource="${'./videosubnav' @resourceType...

    Views

    273

    Likes

    0

    Replies

    4
  • 2/12/24
    Hi AllI have a query in dispatcher cache When the dispatcher receives a request, it performs a content check and comparison using the stat file mechanism. If the dispatcher detects outdated content, it retrieves the latest version from the publish env and serves it to the incoming request.When a pag...

    Views

    386

    Likes

    0

    Replies

    4
  • 2/12/24
    Hi ,We are having AEM page which creates all the filters options onto the page into encoded format and pass it as selector to AEM servlet. If user chooses multiple filter options which exceeds 224 characters it is failing.Same request works in both author and publisher.Couldn't find out what is the ...

    Views

    262

    Likes

    0

    Replies

    4
  • 2/12/24
    Hello Everyone, For one of the feature in our AEM application, when user click on login, 3rd party login page is opened. User will enter the username, password in that. Then, on successful login, this redirects to my AEM application page and we are saving the user details(user-token, access-token) i...

    Views

    334

    Likes

    0

    Replies

    5
  • 2/12/24
    I'm trying to implement Content Sync with ACS Commons but adding Host in UI is throwing an error. I tried it in local, dev and stage. Same error in all environments. I'm on 6.5.19. I did follow this guide to setup content sync. When I add host detail here.Throwing this error also seeing this error ...

    Views

    418

    Likes

    0

    Replies

    4
  • 2/12/24
    1. The issue is even after publishing the blog page, the blog page is not listed on the blog listing page.And the 2024 sort-by-year filter option is also not visible. Actually the year is a dynamic value, Its gets automatically added whenever a blog page is published.2. So, again I tested it on Stag...

    Views

    188

    Likes

    0

    Replies

    2