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 has been 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.
Is anyone else experiencing this issue?
The text was updated successfully, but these errors were encountered:
Hi, yeah I had this exact issue and ended up replacing GatsbyContentfulFluid_tracedSVG with GatsbyContentfulFluid in my GraphQL query. By doing this, the images are loaded as a blurry version initially and then converges to a clear image as a part of gatsby-image.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to get build gatsby-contentful-starter in CI. However, in about 50% of runs, I get the following error(s):
I have updated to the latest gatsby and plugin versions.
Is anyone else experiencing this issue?
The text was updated successfully, but these errors were encountered: