-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
1
-
Severity 3 - Minor
Issue Summary
Whenever a consumer calls getImageMetadata, Media returns empty object in the response for images > 100MB Confluence expects the values of original and preview to be present in the response.
Fix suggestion: Either compute the dimensions for images > 100 MB or return fallback values in the original and preview fields.
Steps to Reproduce
- Open a page with multiple images whose Media metadata response is missing the original rendition (commonly seen on DC to Cloud migrated attachments).
- Wait for the page to load.
Expected Results
Pages are loaded properly, rather than displaying blank.
Actual Results
The page body does not render at all. The request takes ~25-28 seconds and display blank.
Workaround
None