5,059 questions
0 votes
0 answers
21 views
Accessing fonts via etc.clientlibs have cache-control [closed]
While accessing fonts from etc.clientlibs cache-control header is added for 24 hrs in publisher, is it comes with OOTB? Please advise.
-1 votes
0 answers
25 views
How to debug on stage environment on AEM Cloud for custom service Interface and implementation class [closed]
We have a popup functionality that works fine on AEM as a Cloud in Dev and Local environments, but it’s not working in Stage and Prod. Here’s the setup: We are using Sling Model Exporter and an AEM ...
0 votes
1 answer
33 views
How to remove obsolete /etc/map entries on AEMaacs Publish?
I have a package that installs the etc map entries on my Publishers. I currently have some mapping configs there that are obsolete, but must be removed because they break the new correct mapping. All ...
0 votes
1 answer
38 views
AEM forms add a row between two existing rows
The below form calc script stops after first iteration. Following lines not perform: // Uncheck the checkbox of the inserted row // Update row count after insertion // Skip to the next row after ...
0 votes
0 answers
28 views
How can I programmatically convert multiple CSS files located in the ui.content module of my AEM codebase into DAM assets after deployment?
I have placed a folder containing multiple CSS files inside the ui.content module and configured both filter.xml and .content.xml to deploy it to /content/dam/my-project. After deploying the codebase, ...
3 votes
1 answer
94 views
Bulk export metadata of all assets in AEM Assets
We currently manage over 65,000 assets in our AEM Assets DAM. I need to export the metadata for all these assets — approximately 160 fields per asset, including custom metadata fields. Additionally, I ...
0 votes
0 answers
45 views
On running oak run check checkpoint not found AEM
HTTP ERROR: 503 Problem accessing /. Reason: AuthenticationSupport service missing. Cannot authenticate request. I am getting 503 Authentication handler missing. The issue was in running server, jpa ...
0 votes
0 answers
33 views
Can you specify different filter modes in a jackrabbit filter for children of a single root?
Say I have the following JCR structure: + conf + folder1 + folder2 - node-1 - node-2 - immutable-node-1 - immutable-node-2 I want to use mode="merge_properties" for ...
0 votes
0 answers
59 views
How to translate AEM Form with i18n
I'm trying to enable translations for a form, but I can't seem to "activate it". I'm following this guide: https://medium.com/@45pallavi.singh/aem-support-multilingual-adaptive-form-...
-1 votes
1 answer
78 views
How to generate clientlib for each and every component and place them respective component folder under ui.apps [closed]
Generate clientlibraries for each component and place them in respective component folder under ui apps instead of single folder clientlibs
0 votes
1 answer
56 views
AEM Publish does not redirect pages
I'm trying to fix a test environment with AEM and spotted such an issue: the Publish instance behaves more like an Author. Specifically, a page that is configured in properties to work like a ...
0 votes
0 answers
22 views
Duplicate styles in css after compiling from scss - adobe AEM
I'm working with optimizing the site. We are on Adobe AEM and using scss. When the code compiles into the site.css, there are duplicate styles in the css style sheet. I need to merge these but when I ...
1 vote
0 answers
54 views
AEM as a Cloud Service - SonarQube REACT Code Coverage
Context We are implementing a hybrid implementation with AEM + REACT using AEM as a Cloud Service. We are having our REACT code coverage in *.tsx files under ui.frontend module. We have configured &...
0 votes
1 answer
103 views
AEM | Dynamic Media | Video | Closed Captions don't work
We a have used VideViwier implementation to play videos using the Dynamic Video. According a documentation all we need is to configure the cations property with a URL to .vtt file. But for some reason ...
0 votes
0 answers
34 views
How to Trigger a Custom Service When AEM Package Installation Fails?
I'm working on an AEM project where I need to trigger a custom service (e.g., failedPackageInstallationService) whenever a package installation fails. The failure could be due to various reasons, such ...