-
Bug
-
Resolution: Fixed
-
Low
-
2
-
Severity 3 - Minor
-
1
-
Issue Summary
A Connect app that has a PDF export renderMode that takes more than a few seconds to export data will show as blank in the PDF export.
Steps to Reproduce
- In a Connect macro atlassian-connect.json have
"renderModes": { "default": { "url": "/pdf-macro?pageId={page.id}&spaceId={space.id}" }, "pdf": { "url": "/pdf-macro?pageId={page.id}&spaceId={space.id}" }
- In the PDF render, have a delay of 5 seconds before it returns the data
- Add the macro to a page with minimal content.
- Export the page to PDF.
Expected Results
The macro renders correctly
working.pdf![]()
Actual Results
The macro doesn't load all of the data so the macro doesn't load properly.
broken.pdf![]()
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
CONFCLOUD-76772 Unable to render third-party macro content with export to PDF, Word, or API (export_view) in new editor
-
- Closed
-
- mentioned in
-
Page Loading...