I've been using IntelliJ CE but I want to try using VSCode. 1 thing I always do is to create 2 debug configuration (Remote JVM) for author and publisher. I'm trying to do this in VSCode but it seems to recognize only 1. I first created 1 debug configuration in launch.json and that was working well....
I have a unique requirement in project to re-use the custom sling model with multiple custom components. I created, tested this thoroughly and everything working as expected but want to make sure anyone else tried this approach before with AEM. I know this is little out of way implementation for cu...
Hi, We have a requirement AEM Server Side Rendering(SSR) with Remote SPA. Please help me the steps to work with SSR with Remote SPA i didnot find specific with Remote SPA. I found for Normal SPA with SSR. If not then share me the steps is there a way to customize the same and also share the refere...
Hi, I am trying to make a connection to kendra and used the following lines of code. String accessKey = <xxxxxxxxxxxxxxxxxxx>;String secretKey = <xxxxxxxxxxxxxxx>;String indexId = <xxxxxxxxxxxxxx>;AwsCredentials awsCredentials = AwsBasicCredentials.create(accessKey, secretKey);//S/dkHttpClient htt...
Hi folks, Is it is possbile we will integrate stripe integration payment with AEM using magento as a middleware and we are getting every products in AEM from magento side as dynamically via cif connector.and if it is possible means share some idea and documentation how to integrate AEM with Stripe i...
Is their any way to show/hide groups in style systems based on the selection inside component dialog.Requirement :Inside component dialog we have a dropdown select field, on selection of A, we need to show 2 style groups that are specific to A and on selection of B the style group related to B shoul...
Hi all, Gettting the below exception from one of the servlet. This is only happening on publish instance.Not sure why this is happening. 17.05.2024 15:39:57.127 *INFO* [192.168.65.1 [1715940596900] GET /bin/pall/menu.html HTTP/1.1] com.pall.dotcom.service.utils.filters.TaxonomyPageFilter cache key:c...
We have configured our dispatcher for both 80 and 443 ports. The reason being that the publisher only loads in the browser with http, and shows site cannot be reached with https, Is there a way to configure publisher to make it accessible with https so that we only have port 443 configured in our di...
Im constructing a custom component below is its layout. Header section built using <h1>Body section which uses out of the box embed component <div data-sly-resource="${'embed' @ resourceType='core/wcm/components/embed/v2/embed'}"></div>Footer that is again some HTML code Im using embed component in ...
We have many components using granite/ui/components/coral/foundation/form/pathfield, and I want to add a button to this pathfield. I found the code for the existing button is in /libs/granite/ui/components/coral/foundation/clientlibs/foundation/js/autocomplete/autocomplete.js I could create an overl...