You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just stumbled upon the same issue with our website, where we serve images from CloudFront with compression enabled. Since CloudFront dismisses the Content-Length header on compressed requests, we are not getting any preview images.
Would be great if we could find a solution for this, especially since the mobile app is not affected by this.
Bug Description
Steps to Reproduce
Open a chat
Paste https://vercel.com/docs/functions/edge-functions/og-image-generation
Notice there is no OG image loaded.
Actual Result:
No image preview is laoded in the chat is because vercel's image servers don't set a content-length, so it bails out:
Signal-Desktop/ts/linkPreviews/linkPreviewFetch.ts
Line 539 in 172598b
Expected Result:
The image preview should load.
Screenshots
Signal:
Other chat app:
Platform Info
Signal Version:
6.34.1
production (Apple silicon)
Operating System:
14.0 (23A344)
Linked Device Version:
The text was updated successfully, but these errors were encountered: