[gatsby-source-contentful] Error: VipsJpeg: Premature end of JPEG file #32200
-
I'm using component
terminal package.json
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Rarely I can see similar behaviour in my CI builds. My guess is network issues, especially older versions of gatsby-source-contentful did request a lot of images at the same time which might lead to broken files. I wonder if we should catch such errors and retry (once?) including re-downloading the file. |
Beta Was this translation helpful? Give feedback.
Rarely I can see similar behaviour in my CI builds. My guess is network issues, especially older versions of gatsby-source-contentful did request a lot of images at the same time which might lead to broken files.
I wonder if we should catch such errors and retry (once?) including re-downloading the file.