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
{{ message }}
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
I am trying to get build gatsby-contentful-starter in CI. However, in about 50% of runs, I get the following error(s):
There was an error in your GraphQL query:
Input file contains unsupported image format
or
VipsJpeg: Not a JPEG file: starts with 0x00 0x00
1 | fragment GatsbyContentfulFluid_tracedSVG on ContentfulFluid {
> 2 | tracedSVG
| ^
3 | aspectRatio
4 | src
5 | srcSet
6 | sizes
7 | }
8 |
9 | query BlogIndexQuery {
10 | site {
11 | siteMetadata {
12 | title
I have updated to the latest gatsby and plugin versions.