I am facing an issue in AEM 6.5 where the Folder Thumbnail Update Job fails every time the DAM Update Asset workflow runs. The error in the logs is:com.day.cq.dam.core.impl.ui.preview.FolderPreviewUpdaterImpl error while executing folder thumbnail update job: /content/dam/assets/comcast/site/test-pr...
We are having Acrolinx v3.1.1 integrated in AEMaaCS. Our content team is facing some challenges where all the issue details with all technical details are mentioned below. Product: Acrolinx for AEMVersion: 3.1.1AEM Version: AEMaaCS (Adobe Experience Manager as a Cloud Service)Environment: Productio...
hi folks,I've a weird problem whereby after implementing URL shortening, one of my sites loses the query parameters. When I do getParameter in the use POJO, it returns null. keyword = getRequest().getParameter("q"); LOG.info("keyword=" + keyword); <= null I still see the query parameter in th...
Hi,I am working on AEM UI extensions for content fragment editor. I am using Canvas Data API. As per this documentation (Canvas Data Api - AEM Content Fragments Editor Extensibility), I am trying to set styles to the content fragment fields. It is working for the text fields. When I try to set style...
In the Metadata Schema Editor, the Build Form section provides a set of predefined drag-and-drop components. I wanted to check whether it’s possible to introduce a custom field type—for example, a link field—and define custom rules or behavior for it. If this is supported, what would be the recommen...
Localization is one of the first areas where many Adobe Experience Manager (AEM) implementations start to feel unnecessarily complex. Most projects start with simple requirements, such as adding a second language or translating a few pages. However, over time, the business expands its websites to su...
From the Jira text:Check the Referer headerIf the header is:missing ORdoes not originate from our domainRedirect the userApplies only when users access the search results page directly with query parametersImplemented on the dispatcher sideSo the rule must:Use HTTP_REFERERTarget only /search-results...
I am trying to hide a taxonomy path (for example, /content/dam/test and /content/site/test_page) from all users, including administrators. I was able to successfully hide it for all non-admin users by configuring ACLs in repo-init scripts. However, admins are still able to see the taxonomy path. How...
I've created a custom metadata-schema which has some text fields, dropdowns and tag pickers. For one of the text fields, I want to apply a regex that will be validating the input which should be a string - 7 characters max, can only be letters and numbers (no characters), and no spaces. I've mapped ...
I am acing an issue where a custom GraphQL schema is not being registered with the corresponding Sling Data Fetcher in AEM. The schema fields are not appearing in the GraphiQL editor (http://localhost:4502/aem/graphiql.html), and it seems the core issue is that the schema is not linked to the Sling ...