Hi everyone,I am checking https://status.adobe.com/ under Experience Cloud - Adobe Experience Manager, and everything shows as green, meaning “all services operating normally”However, our team is noticing sluggish performance and occasional downtime over the past few days. We have confirmed this isn...
I have an EDS website with content edited in Google Drive. Could I edit the content of this website with Universal Editor instead of editing the Google Docx file?I looked for a tutorial or a step-by-step guide to use Universal Editor but there is none of this. Could you please help?
Hello Team, I have an AEM Content fragment extension project. Till now, manually I am deploying the project to differenet Adobe IO workspace. Now, I wanted to use jenkin deployment.Previously team has created NodeJS micro project, that is deployed to Adobe IO workspace using jenkin deployment. Looks...
Hi,I have this logic to read the cookiesOptional<Cookie[]> cookies = Optional.ofNullable(request.getCookies());if (cookies.isPresent()) { return Arrays.stream(cookies.get()).filter(cookie -> cookie.getName().equals(cookieName)) .map(cookie -> cookie.getValue()).findFirst();}return Opti...
Hi Team, We are using AEM 6.5 On-premise application hosted in aws ec2 linux servers. On trying to update the current version of AEM from aem-service-pack-6.5.19 to 6.5.22/6.5.23 we are facing issues with successful installation of service pack and it's not getting completed with below logs in err...
Hi Adobe Experts, I’m trying to build an AEM project (using the latest SDK author-2024.11.18751) and the build keeps failing at the ui.frontend module.Initially, I faced the error: vbnetCopy codeError [ERR_REQUIRE_ESM]: require() of ES Module ...vargs/index.mjs is not supported. I followed previou...
Hello, We are currently using Adobe Experience Manager (AEM) on-premise with Dynamic Media publishing assets to Scene7. Is it possible to stop publishing to Scene7, while still utilizing the other features that Dynamic Media provides within AEM? If so, what configurations/workflows/launchers should ...
Hi Adobe Community,I'm encountering an issue while building my AEM project using the AEM SDK (cloud version). I followed all the steps as per the documentation, but the build keeps failing at the ui.frontend module.The error log shows: javascriptCopyEditError [ERR_REQUIRE_ESM]: require() of ES Mod...
XFA form unable to edit can it be used in Adobe create a web form and get data from customers?Since editing XFA form is not possible web form option looks more digitalized and user friendly option but before going ahead with that can we use XFA pdf form in that
I have gone through with Experience blog "https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/local-development-environment-set-up/aem-runtime#download-the-aem-as-a-cloud-service-sdk"And trying to download AEMaaCS sdk to setup my local , but its not opening and every ti...