Hi AEM Community, We had a trigger on our release/production pipeline by the AEM Maintenance Update. The weird issue was that the pipeline was triggered with an old git tag and Commit ID. The auto update picked up the Git Tag and Commit ID in the release branch from October 5, 2023. The most rec...
We upgraded AEM SP to 6.5.17 from 6.5.12. We had uber-jar at 6.5.3.6 and now we are upgrading that to 6.5.13. While compiling after upgrade, getting below error The import com.day.cq.dam.entitlement cannot be resolvedimport com.day.cq.dam.entitlement.api.EntitlementConstants The code is referring AS...
Hi,We want to create a project-specific folder like ABC and under this we want to create templates. (suppose /conf/ABC(folder)/XYZ-Template)While creating folder ABC getting an error "there was an error while creating new configuration"I have all the required permissions for conf folder. Can anyone ...
Hi,we are trying to rollout the changes from "language-master" to live copies by selecting "Rollout page and all sub pages" option, changes are rolling out only to the parent page but not to the child pages.how can we resolve this issue. FYI: we are not facing this issue in our lower instances.
Hi All,How can we generate a bearer access token from technical account details of below through postman.{"ok": true,"integration": {"imsEndpoint": "ims-na1.adobelogin.com","metascopes": "111_aem_cloud_api","technicalAccount": {"clientId": "cm-111-11111-integration","clientSecret": "1111111"},"email...
Hi Team, If there is any redirect given to a page using page properties, it is working fine as expected.For the same page, if there are any selectors, the redirect is not working as expected. Steps to reproduce the issue. Go to we-retail page,http://localhost:4504/editor.html/content/we-retail/lan...
We would like to extend Page Editor. We need to extend this specific section of the editor: We are requested to read other property intead of the jcr:title to print the components.
I am a beginner in AEM, and I have a requirement.The search box can display search prompts based on the input. Click on a search prompt to display the search results below. How can I implement this? Can I inherit the search component of the core component? If so, how should I modify. Best regards!