-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Macros - Table of Contents
-
Severity 3 - Minor
Issue Summary
We have identified a timeout issue occurring in Edit mode when the TOC macro is placed inside the Scroll Ignore macro. While macros load correctly in View mode, in Edit mode, all macros fail to load due to the timeout, preventing users from editing the page.
Steps to Reproduce
- Insert a Scroll Ignore macro on a Confluence Cloud page.
- Inside the Scroll Ignore macro, insert a Table of Contents (TOC) macro.
- Save the page and switch between View and Edit modes.
- In View mode, the macros render correctly.
- In Edit mode, the macros do not load, and the page times out.
Expected Results
The TOC and Scroll Ignore macros should function correctly in both View and Edit modes.
Actual Results
- The page fails to load macros in Edit mode due to a timeout.
- A 503 error appears in the logs, suggesting that Confluence is dropping the request.
- The cc-proxy logs indicate slow API calls.
Workaround
Moving the TOC macro outside the Scroll Ignore macro allows the page to load in Edit mode.