This looks like its related to client-side/browser caching. If you're looking for browser side caching, I would strongly recommend to use either Apache or CDN (this is recommended for easier maintenance) to pass the expiration headers for your client libraries. If you can manage these configurations...
I think you can ignore this error. I've got the same and compared the results from results (~27,000) from both ACS and manual query and they are both matching. You can look at the logs if you want to debug further. Make sure you run these queries on pre-prod environments preferably local. Thanks,Sin...
You can download the Target Java SDK from here: https://github.com/adobe/target-java-sdkRelease notes on this SDK: https://docs.adobe.com/content/help/en/target/using/implement-target/server-side/releases-target-java-sdk.html Thanks,Singaiah
AEM Connected DAM/Connected Assets: This is to bring the assets from one AEM instance (for instance AEM instance A) to another AEM instance (AEM Instance B). So you'll see all the assets including videos from instance AEM Instance A in AEM Instance B and you can use the AEM Instance A assets on AEM ...
Hi, For question 1: Yes, that's how you expose the assetsYou can use Asset Selector to expose the assets as a service. Please see below urls for more info:https://helpx.adobe.com/experience-manager/6-3/assets/using/asset-selector.htmlhttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-...
Hi @Parvathy_C , There is a bunch docs on integrating AEM with Salesforce.https://docs.adobe.com/content/help/en/experience-manager-65/administering/integration/salesforce.htmlhttps://www.blueacornici.com/blog/maximize-salesforce-integration-aem/ Generally, the idea of this integration is to sync th...
also, whats version of AEM are you on? You first make sure you get the right input before passing that to QueryBuilder API? Also manually query using the same string and see if you get results.