If Generic List contains more than 8 items it produces a stack trace and does not render.
Required Information
- [x] AEM Version, including Service Packs, Cumulative Fix Packs, etc: 6.5.5
- [x] ACS AEM Commons Version: 4.3.4
- [x] Reproducible on Latest? YES
Expected Behavior
When I open an ACS Commons Generic List with more than 8 items it should render properly.
Actual Behavior
When I open an ACS Commons generic list with more than 8 items I am given the following stack trace, listStacktrace.txt
Steps to Reproduce
- Spin up fresh install of AEM 6.5
- Install SP 5
- Install ACS Commons 4.3.4
- Create a generic list of 8 or more items.
Links
This issue has previously been reported on the ticket below, however it was marked as stale and never fixed. We have attempted the fixes detailed in that ticket and they were not successful.
https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2325
@aberberich is this on the new touch UI generic lists? @badvision any idea why this might be happening?
hey there, I'm running through the same issue and in my case, it has - somehow - something to do with url rewriter enabled. when I disable the rewriter, the page shows up with more than 7 items (in my case, something near 150). need to dig deeper
Is there any update for this issue? I am observing the same with the acs-commons version 4.11.2.
We are facing this issue in AEM version AEM : 6.5.8 ACS version : 5.0.4. Do we have any update on this ticket, or any workaround for this?
Hi, did anyone figure out this use case? we are facing similar issue in Upgraded environment, cannot reproduce in local instances.
hey there, I'm running through the same issue and in my case, it has - somehow - something to do with url rewriter enabled. when I disable the rewriter, the page shows up with more than 7 items (in my case, something near 150). need to dig deeper
Were you ever able to locate a solution? We are seeing the exact same issue. When disabling the link rewriter it goes away for us as well.
We are also facing same issue. Please help.. @davidjgonzalez
Issue: acs commons generic lists with more than 8 items gives 500.
Hi, I am able to reproduce the issue with latest acs-commons 5.3.2 on latest AEM 6.5.13 having /apps/project/config/rewriter.
As suggested, first tried removing rewriter node in /apps/project/config/rewriter helped.
Fix: update node property order="-1" from its current value order="10" in /apps/project/config/rewriter/ as per the latest /libs/cq/config/rewriter/default order="-1"
Note: 4.3.2 is a working version of acs-commons which supports classic and does not has this generic-lists issue.
Hope it helps!
Thanks