Hi team,Assets are uploaded to dynamic media. We have a requirement to sync the asset that are uploaded in dynamic media to aem by accessing DM using Adobe i/o assets compute process. Has anyone worked on the similar functionalities. How to make the connection from i/o to dynamic media? Bulk Migrati...
Hi Team, I found this blog to be very informative on AEM load balancing and scaling strategies. It's a great read for those interested in learning more about this topic. https://medium.com/@jaykrs/adobe-experience-manager-aem-is-a-comprehensive-content-management-solution-that-often-requires-52f7e3b...
I created a Viewer Preset of the type Interactive Image for the use of custom hotspot. I am unable to change the presentation mode away from Desktop. The Buttons that should allow me to change are not selectable and disabled. I was looking in the documentation of Viewer Presets but saw nothing that ...
Hi all,Is there a way to check CPU utilization in AEM as a Cloud Service? I couldn’t find any direct option in Cloud Manager or logs. Any tips or best practices for monitoring performance would be helpful.Thanks!
I have a few services that are not in the "active" state but "satisfied". Does this mean they are not working and also how to debug the issue causing it to be in satisfied?Error logs for these services only capture this 'ServiceEvent UNREGISTERING'
Hi all, I am following AEM Sites WKND Tutorials - Unit Testing. https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/project-archetype/unit-testing#reviewing-bylineimpl-java It says:"Unit tests typically map 1-to-1 with Java™ classes. In this chap...
Any one has done Implementation of CSP with Nonce for Inline scripts in AEM as we are using CSP in dispatcher. how we can update Nonce dynamically in CSP and script both?
Hello,Yesterday saw the notice that AEM SPA Editor is being deprecated and the option suggested is to use Universal Editor or Content Fragment Editor. The SDKs are in feature freeze.https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/hybrid/spa...
Hi all,We are using 6.5 on-prem with a Fastly CDN in front of our Apache Dispatcher. Despite setting proper cache headers in our dispatcher.any and Apache config, some pages are not being cached by Fastly (we verified using their cache inspection tools).Here is a simplified example of what we send f...
Hi Everyone,I am currently working on Adobe Experience Manager 6.5.17 and implementing a custom EventHandler to listen for page deletion events using the PageEvent.EVENT_TOPIC.Here’s a snippet of my code:@component(service = EventHandler.class,immediate = true,property = {EventConstants.EVENT_TOPIC ...