Expandir la barra de logros de la comunidad.

VishalKa5
VishalKa5
Con conexión
Tipo
  • Todos
  • Preguntas
  • Discusiones
  • Ideas
  • Blogs
Filtrar por contribuciones de usuarios
  • 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...

    Tipo

    Preguntas

    Vistas

    284

    me gusta

    2

    Respuestas

    0
  • 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...

    Tipo

    Preguntas

    Vistas

    458

    me gusta

    3

    Respuestas

    0
  • Hi @PriyaNair1 , Option A: Early Exit (continue)Flatten logic, avoid deep nesting:for (Page page : pages) {if (page == null || !page.isValid()) continue;if (!"published".equals(page.getProperties().get("status", "draft"))) continue;if (!page.getProperties().containsKey("priority")) continue;int prio...

    Tipo

    Preguntas

    Vistas

    310

    me gusta

    1

    Respuestas

    0
  • 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...

    Tipo

    Preguntas

    Vistas

    413

    me gusta

    1

    Respuestas

    0
  • 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...

    Tipo

    Preguntas

    Vistas

    260

    me gusta

    1

    Respuestas

    0
  • 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...

    Tipo

    Preguntas

    Vistas

    461

    me gusta

    2

    Respuestas

    1
  • 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...

    Tipo

    Discusiones

    Vistas

    713

    me gusta

    1

    Respuestas

    0
  • 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

    Tipo

    Preguntas

    Vistas

    592

    me gusta

    2

    Respuestas

    2
  • 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...

    Tipo

    Discusiones

    Vistas

    752

    me gusta

    1

    Respuestas

    2
  • 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...

    Tipo

    Preguntas

    Vistas

    307

    me gusta

    1

    Respuestas

    0