Hi Team, I am getting the below error while starting my AEM instanceHTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request. In error log:1.08.2024 21:05:58.855 *INFO* [qtp333354119-218] com.adobe.granite.crypto BundleEvent STARTING01.08.2024 21:05:58.857 *INFO* [qtp333354...
I am trying to use @ContextAwareConfiguration to inject CA config into Sling models. This annotation is not resolved even after adding the dependency in my core pom.xml<dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.models.caconfig</artifactId> <version>1.0....
Hi, I'm trying to create a custom sitemap service rather than using OOTB since I need to adjust the alternate links being created. Very new to aem so any examples would be great to learn from. I've tried the on demand via custom sitemap servlet but wanted to adjust the logic to use within a schedule...
Hello Team, Anyone has worked on CIF functionalities? Have you modified any existing feature? Have you connected to Adobe Commerce / Hybris or any other commerce platform? Wanted to know your work experience about this? I mean what kind of issues you have faced. Note: I am not asking about, how to d...
Hi Team,I need one guidance in excluding particular folder in content search. I have content placed under /content/project-content/../.. and the archived content of that placed under /content/archived-content/../.. When I search http://localhost:4502/aem/search.html for specific content it shows the...
Hello,In a form container component I would like to inject another component something like this <sly data-sly-resource="${'component' @ resourceType='my/component/path'}"></sly>Changes to the injected component's properties lead to HTML duplication. The duplication seems to be caused by a data-sly-...
Hello Everyone, We got mail from Adobe saying there will be some upcoming technical changes on UI test execution from Adobe side so we need to do some changes to our current UI testing configuration. We need to apply those changes before 01-Sep-2024.If not applied, UI test execution / deployment pip...
Hello Team, I am exploring CIF components. Wanted to know, is any caching feature is implemented here? Or everytime, to fetch the product list or to fetch any item list, only GraphQL is used to fetch the details from Adobe Commerce? Thanks
We have a requirement where in we have to show a default image once a dialog is opened. Then we can select the image we need. The image resourcetype is fileupload. can someone help ?
Hello, We have refractured legacy code as per the Archetype 48. In the latest code, groupID is missing from Bundle Symbolic name. Only Artifact ID is used in Symbolic Name. What could we be missing? Please suggest.