Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/12/23
    Hi all,Good Afternoon,I was doing setup of AEM Cloud Service Project. In this my FE build (npm run dev) is working and able to see the changes in site.css file as well. But AEMFED is not deploying the changes on the server giving error as:Deploying to [localhost:4502] in 47 ms at 2023-12-13T06:48:22...

    Views

    307

    Likes

    0

    Replies

    2
  • 12/12/23
    I tried writing a scheduler job using the Job class but somehow it won't execute. It keeps throwing null as an exception. This is what I'm getting in logs :This is the code that I've written :package com.mysite.core.schedulers; import java.io.Serializable; import java.util.HashMap; import java.util...

    Views

    261

    Likes

    0

    Replies

    2
  • 12/12/23
    Hi All, I have to create multiple content service which can be consume multiple channel web, mobile.Just need your advise like what would be the best way to create contents like using content fragment or create pages with help of component. I see some pain-point while using CF : 1. If I need to add ...

    Views

    324

    Likes

    0

    Replies

    4
  • 12/12/23
    Hi!Any idea why OneTrust is taking - static-p12345-e123456.adobeaemcoud.com as host instead of ${real-domain}.com? 

    Views

    311

    Likes

    0

    Replies

    2
  • 12/12/23
    I want to add  Maintenance for workflow weekly on AEM 6.5 how could I do that 

    Views

    352

    Likes

    0

    Replies

    4
  • 12/12/23
    Hello All, In Lighthouse report for our website it provides recommendation: Avoid an excessive DOM sizeWhen we create AEM components it adds some extra wrapper class thats why DOM is getting increased if there is page having more components.Is there any way we can reduce DOM size? Like any setting i...

    Views

    362

    Likes

    0

    Replies

    2
  • 12/12/23
    Getting some unusual packages installed in CRX on a maven build along with project packages, names as below -pack_201a2be2-9883-45b2-a81e-88771db24a3e.zipLast installed 15:24 | admin Then the whole set of pages associated with the project and site structure went blank. The bundles are up and the /ap...

    Views

    406

    Likes

    0

    Replies

    5
  • 12/12/23
    Hi ,How to add .html to extensionless URL in rewrite rules.When I tried the below code it is appending the .html but unfortunately the domain or language page is also getting affected by the same.# Add .html for extensionless url'sRewriteCond %{REQUEST_URI} !\.html$RewriteRule ^/(.*)$ /$1.html [R=30...

    Views

    416

    Likes

    0

    Replies

    5
  • 12/11/23
    Hi, We have created a project with below command and build was successful. Installed it into local aem usingmvn clean install -PautoInstallPackageand published the site and page. But when we access the page http://localhost:4503/content/wknd/us/en.html on publish instance it is blank. mvn -B archety...

    Views

    336

    Likes

    0

    Replies

    4
  • 12/11/23
    Hello All, I have CustomEventHandler class which implements  EventHandler interface.handleEvent method is called during page activation, deactivation, deletion time. Here, I need to mention the page path. I mean if a page is present under /content/abc/project/en then only my custom event handler sho...

    Views

    492

    Likes

    0

    Replies

    10