Hi @ydzenisiuk , Custom extensions built with Extension Manager for the Universal Editor are private to your AEM environment, as Adobe does not yet provide a public marketplace. To share them, you can distribute the code or package (e.g., via GitHub or zip), and others can manually install it throug...
Hi @CurtisDe2 , 1. Edge Delivery supports only slug-style URLsAllowed: lowercase letters (a–z), numbers (0–9), and dashes (-).Not allowed: spaces (%20), plus signs (+), or other special characters.If such characters are used, Edge Delivery returns 404.2. Why it happensEdge Delivery automatically cle...
Hi @Psythe , In AEM as a Cloud Service, self-service log forwarding lets you choose between AEM logs or CDN logs, but it does not support picking individual log files (like only aemerror or only aemaccess).You cannot configure it to forward logs only from author or only from publishers either.If you...
Hi @TirtharajSa2 , In Content Fragment Models (CFM), when you create a multifield (like your key-value), the data is saved as a string array property (e.g. specifications = ["key1:value1", "key2:value2"]).Unlike component dialogs, CFM does not create item0, item1 child nodes. This is by design beca...
Hi @DanielMa63 , You have a website like www.example.com, and on that site, you trigger a call to a custom servlet inside AEM. That servlet then talks to your backend API.Now, your client asked to add an Access-Control-Allow-Origin header to allow only certain website domains to call the API.But her...
Hi @gischellatte If you're using a personal Adobe account, you won’t be able to access AEM or download the installer — because AEM is only available to enterprise (company) accounts.Here’s what you should do:Log out of your personal Adobe account.Log back in using your company email — choose “Compa...
Hi @Prashardan , Steps for POC:Set up a Kendra index in AWS.Push AEM content (pages or fragments) to Kendra using its API or connector.Build a search UI in AEM that sends queries to Kendra and shows results.Handle authentication using AWS IAM or API keys. Thanks & Regards,Vishal
Hi @gischellatte , Why the error happens:Your Adobe ID is not linked to an active Adobe Experience Cloud (AEM) product profile.It’s an access issue, not a browser/cache problem.What to do:Contact your company’s Adobe AdminAsk them to add your Adobe ID to the AEM product profile in adminconsole.adobe...
Hi @Mahesh_Gunaje, You want to automate the deployment of your AEM Content Fragment Extension (AIO app) using Jenkins, instead of running aio app deploy manually.Here’s how to do it step-by-step:Install Prerequisites in JenkinsMake sure Jenkins has:Node.jsnpmAdobe I/O CLI (@adobe/aio-cli)Add Adobe I...