5,054 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
40
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
40
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
30
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
106
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 ...
Nag's user avatar
- 1,006
0
votes
0
answers
47
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
37
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
60
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
86
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
63
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
23
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
57
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
104
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
35
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 ...
0
votes
1
answer
237
views
In AEM, uniquely load JavaScript to the Content Fragment
Have a requirement to differenciate and load different JavaScript for the same content fragment model in AEM.
For example, I have written a javascript writen for the content fragment to the show the ...
0
votes
0
answers
74
views
I am getting below error while evaluating the AEM project expression in VS code IDE
I am getting this error while evaluating the expression in VS code IDE :
Cannot evaluate because of java.lang.IllegalStateException: Project
abc cannot be found..
my launch.json is as below;
{
"...