Next.js: Next.js removes EXIF rotation data

Created on 2 Nov 2020  路  4Comments  路  Source: vercel/next.js

Possibly related, running locally appears to remove EXIF rotation data from images but all's well when deployed to Vercel. There's some mismatch between local (10.0.0) and Vercel.

Screenshot 2020-11-01 at 22 39 00

_Originally posted by @michrome in https://github.com/vercel/next.js/issues/18509#issuecomment-720163305_

bug 3 p0

Most helpful comment

Looking good in 10.0.1-canary.6 and super to see my cupcakes are now part of the Next.js test suite! 馃

All 4 comments

Thanks for creating. Really curious: what鈥檚 the difference that fixes it when deployed to Vercel?

Vercel overrides Next.js' image optimizer with an optimized version that runs in our Proxy instead of a Lambda.

Thanks!

Looking good in 10.0.1-canary.6 and super to see my cupcakes are now part of the Next.js test suite! 馃

Was this page helpful?
0 / 5 - 0 ratings