Absolutely! Here's a clearer comparison that highlights what CMS features are present—or absent—depending on whether you're using AEM 6.5, AEM 6.5 LTS, or AEM as a Cloud Service (AEMaaCS). This should help everyone understand what they might be missing if they're not moving to the Cloud. Feature / C...
@kautuk_sahni Thanks so much for the thoughtful feedback and great questions! Q1: From what we’ve seen so far, the deal-breaker often depends on where a team is starting from:For orgs with strong DevOps maturity and automation pipelines already in place, the evergreen updates and reduced infra over...
Wow—What a Kickoff!
On 12th August 2025, the London AEM User Group held its very first session—and the energy was off the charts! Over 20 AEM pros tuned in for a lively, practical conversation on the question every team is weighing right now:Should we move to AEM 6.5 LTS or AEM as a Cloud Service...
Even after adding the testreportpath.js file, the tests continued to fail on the cloud pipeline, despite executing successfully both local env and on the cloud environment when run locally. To resolve this, we transitioned to using the Cypress framework instead of Selenium, and the Custom UI Testing...
We are encountering an issue where our test suite executes successfully in the local environment but fails to run properly in the cloud environment. Below are the relevant details and observed behavior for troubleshooting:Local Execution:Environment: macOSLogs Summary: Ran mvn verify -Pui-tests-loca...
The pipeline issue was resolved after certain rules were added. The primary problem stemmed from having a negative predicate rule, which required the inclusion of AEM-specific paths to ensure they were served correctly from AEM. With these adjustments, the product functional testing step has been su...
I’m currently working on creating the cdn.yaml file in AEM Cloud. The requirement is to include both traffic filters and origin filters. While the traffic filters are fine, I’m running into some issues with the origin filters.The requirements are as follows:www.test.com/pages/privacy – Should be ser...
Hi @MukeshYadav_ , Thanks for your input! I checked and noticed that my clientlibs were loading before the root element. After updating it, I can now see the React components successfully loading on my AEM page.