Hi @Aditya_Chabuku, how can we achieve this?'Create a Listener to record every time an asset is being called from a 3rd party API' What is the event we would need to listen? Thank you.Regards,
Hi Priya, What we finally did is loading the StencilJS files as static files inside /etc/clientlibs folder.We had to allocate all the StencilJS files that are the result of the build under /etc/clientlibs/....Then we had to modify the customheaderlibs of the 'page' component to load the 'bundle' fil...
Why do you recommend this version? I've tried it and there is an error:26.05.2020 15:18:37.144 *ERROR* [FelixStartLevel] org.apache.jackrabbit.oak-blob-cloud bundle org.apache.jackrabbit.oak-blob-cloud:1.6.15 (589)[org.apache.jackrabbit.oak.plugins.blob.datastore.S3DataStore(265)] : The activate met...
With 1.10.0 there is an activation but with errors also. At error.log I can see this message:25.05.2020 16:33:20.670 *INFO* [FelixStartLevel] org.apache.jackrabbit.oak-blob-cloud Service [org.apache.jackrabbit.oak.blob.cloud.s3.S3DataStore,815, [org.apache.jackrabbit.oak.spi.blob.BlobStore, org.apac...
I've deleted crx-quickstart directory.I've included AEM 6.5.4.0 Service Pack into the install folder and I've launched AEM again.The result is the same, the s3 connector cannot be activated. Thank you.Regards.
Not yet. I usually install other plugins or packages after the first installation via package manager. The s3connector plugin has everything in two folders:<aem-install-dir>/crx-quickstart/install/1<aem-install-dir>/crx-quickstart/install/15 Where should I place the Service Packe? Thank you.
I’m following the installation guide for the Amazon S3 Data Store:https://docs.adobe.com/content/help/en/experience-manager-65/deploying/deploying/data-store-config.html#amazon-s-data-store The first step is to unpack my AEM 6.5.0 quickstart jar file.Then I configure the S3 files as described in the...
I'm working with the MSM feature to define a site like this:/es/es/buy/es/en/buy/en/es/buy/en/en/buy/language-masters/es/buy/language-masters/en/buyWhen a user visits the page /es/es/buy, I would like to retrieve the path of the language copy (/es/en/buy/) to implement a custom language navigation a...
Hi all, We are trying to create a web component using stencilJS and integrate it into AEM 6.5.StencilJS builds the web component using rollup and creates two different loaders, depending on the browser: The ESM and the ES5+polyfills loader. The way we link the components to the HTML is:<script type=...