Expand my Community achievements bar.

VishalKa5
VishalKa5
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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...

    Type

    Questions

    Views

    244

    Likes

    2

    Replies

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

    Type

    Questions

    Views

    391

    Likes

    3

    Replies

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

    Type

    Questions

    Views

    266

    Like

    1

    Replies

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

    Type

    Questions

    Views

    334

    Like

    1

    Replies

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

    Type

    Questions

    Views

    213

    Like

    1

    Replies

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

    Type

    Questions

    Views

    343

    Likes

    2

    Replies

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

    Type

    Discussions

    Views

    583

    Like

    1

    Replies

    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

    Type

    Questions

    Views

    477

    Likes

    2

    Replies

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

    Type

    Discussions

    Views

    622

    Like

    1

    Replies

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

    Type

    Questions

    Views

    247

    Like

    1

    Replies

    0
Top badges earned by VishalKa5
Customize the badges you want to showcase on your profile