Expand my Community achievements bar.

BrianKasingli
BrianKasingli
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • On AEM 6.5 SP22, the out-of-the-box File Report does not include a column to show if an asset is referenced on a website. It only provides metadata like path, uploader, and modifier. If you must stay UI-only, you can create a Custom Report under Tools → General → Reports, based on the Files Report t...

    Type

    Questions

    Views

    207

    Like

    1

    Replies

    1
  • Hey @Keerthana_H_N , Take a look at the ACS Commons open-sourced Project. They have a servlet called DeletedContentVersionPurgerServlet https://github.com/Adobe-Consulting-Services/acs-aem-tools/blob/master/bundle/src/main/java/com/adobe/acs/tools/versions/impl/DeletedContentVersionPurgerServlet.jav...

    Type

    Questions

    Views

    503

    Like

    1

    Replies

    4
  • Hey RK, AEM relies on a cookie (login-token) to keep a user logged in, whether the login comes through Okta SSO or directly with AEM credentials. If a user blocks cookies, AEM can still process the initial login, but every new request will look like a fresh session because there’s no cookie to prove...

    Type

    Discussions

    Views

    228

    Like

    1

    Replies

    2
  • 1. What’s the AEM Archetype?The AEM Project Archetype is a Maven template that creates a fresh AEM project with best practices.You don’t download it manually — Maven pulls it automatically. 2. What Your Command Does mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \ -D archetype...

    Type

    Discussions

    Views

    224

    Like

    1

    Replies

    1
  • Yes, both task emails and workflow emails use the same SMTP settings. If only task emails are working, the issue is almost certainly with workflow email configuration (missing templates, workflow step misconfiguration, or user preferences) rather than the mail transport itself.  

    Type

    Questions

    Views

    219

    Like

    1

    Replies

    0
  • Hello there,Here are some solid ways to debug when a component works on Author but fails on Publish in AEM as a Cloud Service: Browser Developer Tools → Check Console and Network tabs for JS/CSS errors or 404s.Review Logs → Download Publish logs from Cloud Manager and search for errors related to yo...

    Type

    Questions

    Views

    237

    Likes

    2

    Replies

    2
  • Hi RK, Once Okta authenticates the user, AEM only uses the token during that initial handshake. After that, AEM creates its own session and sets a secure login-token cookie in the browser. That cookie is sent with every request, so AEM knows the user is logged in — no need to go back to Okta each ti...

    Type

    Discussions

    Views

    249

    Like

    1

    Replies

    4
  • Out of the box, AEM does not automatically deliver different Experience Fragment (XF) variants based on viewport size. An XF is essentially a set of authored components that you can render on a page, but AEM won’t decide which one to serve depending on device type. If you need different versions for...

    Type

    Discussions

    Views

    182

    Like

    1

    Replies

    1
  • The Core Components are not included by default with your vanilla AEM 6.5 install.You’ll need to manually install the AEM Core Components package. Once installed, you’ll find them here: /apps/core/wcm/components/*You can download the latest compatible package and install it via CRX Package Manager: ...

    Type

    Discussions

    Views

    320

    Like

    1

    Replies

    0
  • Hello @ManjulaKumar,Yes, it’s definitely possible to move away from the #1 fragment style in your pagination URLs. That # part is handled only in the browser—it doesn’t trigger a server request—so it's not ideal for scenarios where the backend (like AEM) needs to process different pages of results. ...

    Type

    Questions

    Views

    289

    Likes

    2

    Replies

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