-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Search - Automation and Indexing
-
None
-
2
-
Severity 3 - Minor
Problem
When using the contributors summary macro, if there are more than 1024 pages in the target space, the error message below occurs:
- "Error rendering macro 'contributors-summary': maxClauseCount is set to 1024"
Environment
Confluence Cloud for both legacy and new editor
Steps to Reproduce
- Create/goto a space that contains more than 1024 pages.
- Insert the contributors summary macro into a page and configure the macro with the below options:
- Group By -> pages
- Columns to Display -> lastupdate
- Sort By -> update
- Maximum Number of Items -> 5
- Space(s) -> "spacekey" (Space keys are case-sensitive)
- Include Page Hierarchy -> descendants
Expected Results
contributors summary macro shows the 5 pages with the last update
Actual Results
contributors summary macro shows the error message:
- "Error rendering macro 'contributors-summary': maxClauseCount is set to 1024"
Workaround
Remove the "spacekey" from the macro configuration and leave it blank for the current space.
Notes
If Include Page Hierarchy -> none then there is a chance that the error you see is as below
"Error rendering macro 'contributors-summary': null"
The same workaround is applicable for this error as well.