@Adilmo,your understanding is correct - if a config is not present neither in config.author.dev nor in config.author, it should be take from the config folder. If your goal is to apply the configuration from the config folder via deployment of a maven project, then please make sure that the desired ...
Hello @Adilmo,The behavior you've described is expected, since if there are several config folders with multiple run modes combined, the most specific one is applied. In your case config.author.dev has a priority over just config or config.author. More details about config resolution order can be fo...
Hello @danilo-delfio ,The error indicates that the AEM instance is not accessible for package installation.Please ensure you have an instance of AEM running locally on port 4502 and you have the corresponding port specified in pom.xml:<aem.port>4502</aem.port> Regards
Hi @dipu2,As per your previous message, the resource on Publish is <!--#include virtual="/content/referencesite/us/en/faq/_jcr_content/root/container/container/faq_1189772069.nocache.html" --></div>, whereas on Dispatcher the path is /content/referencesite/us/en/faq/_jcr_content/root/container/conta...
Hi @Kundan_Ray1,Oak chooses the indexer with the lowest estimated cost. (https://docs.adobe.com/content/help/en/experience-manager-65/deploying/deploying/queries-and-indexing.html).You can go to Tools > Operations > Dashboard > Diagnosis > Query Performance > Explain Query (/libs/granite/operations/...
@dipu2,If the component is still not shown, please make sure that all the steps from the section Enabling SSI in Apache with the AEM Dispatcher Module have been applied on the Dispatcher.In particular, can you please double-check this: Also could you please confirm that mod_include is enabled?Loa...
@dipu2,As far as I can see on the screenshots, the page on Dispatcher was cached previously ("faq" page title is present on Dispatcher, and it's missing on Publish).Could you please try to clean the Dispatcher cache for this page and re-check?
Hello @dipu2 ,First of all, could you please confirm that on your Publish instance the bundle "Apache Sling Dynamic Include" is installed, the corresponding configuration for "Apache Sling Dynamic Include - Configuration" is set, and you see the similar comment in source code of the page close to yo...
Hello @ranjithp2340955 ,As stated in the documentation https://docs.adobe.com/content/help/en/experience-manager-cloud-service/assets/admin/translate-assets.html,if you use Machine Translation, asset binaries aren't translated. In other words, if you need to translate text files, ms word file, PDF f...
Hello @gayatrik8153299 ,If your goal is redirection from /page1.html to /page1-alias.html, then you should use the Rewrite Rule directive:RewriteRule /page1.html /page1-alias.html [R=301,L] - for 301 redirect (the path shown in browser will be /page1-alias.html) orRewriteRule /page1.html /page1-alia...