Hi @varun790 Please elaborate more about the usecase.However, If you mean to use mbox of target based on clicking of a button, You can call delivery API from the backend to get mbox JSON response and accordingly show UI.Regards,Arpit Varshney
Hi @SarahBo2 It should work with JSON XF. You need to ensure that the
Check-in code offers and ensure no filter is selected in target.Experience fragment is exported as JSON from AEM, which can also be configured at the folder-level properties in AEM. After configuring, you need to ensure it's expor...
Hi @leanjunio Can you validate the below points:- AEM is running on the 4502 port which is also mentioned in your maven command.- AEM is working properly which means /system/console/bundle should have all bundles active.If not please fix these before running maven command.Regards,Arpit Varshney
Hi @Nikita_Mazire,Have you tried creating index for the query mentioned in logs. You can use this tool https://oakutils.appspot.com/generate/index to generate index and put this in AEM to test it further.Regards,Arpit Varshney
Hi @vineetham123 Kindly go through this https://cqdump.joerghoh.de/2022/11/28/sling-model-performance/ by @joerghoh This is best documentation I've come across this topic so far.Regards,Arpit Varshney
Hi @Nikita_Mazire Could you please check the logs and shared the detail logs. Also, could you please confirm if there is overlayed functionality in CFM. If yes, please disable it and check if that is causing the issue.Regards,Arpit Varshney
Thanks, We have received an update, it's an issue with the SDK itself. They have already fixed it.Reference: https://github.com/adobe/aio-lib-customer-profile/issues/62
Hi Team,We are trying to use AIO SDK to connect to AEP from our node JS application but the library is throwing an error.SDK Reference: https://github.com/adobe/aio-lib-customer-profile/blob/master/README.mdCode Snippet:
const http = require('http');
const sdk = require('@adobe/aio-lib-customer-p...
Hi @monish_gavali AEM Repo is the best open-source tool to achieve this sync.If you are setting up in Windows follow this blog by my colleague: https://www.tothenew.com/blog/step-by-step-tutorial-on-setting-up-aem-repo-tool-for-syncing-aem-with-intellij-on-windows/ If setting up in Linux or Mac, fol...