Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Error "Input file contains unsupported image format" #76

@s5no5t

Description

@s5no5t

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions