-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[gatsby-source-shopify] Build fails when using gatsbyImageData
in two different GraphQL queries
#32780
Comments
gatsbyImageData
in GraphQL
gatsbyImageData
in GraphQLgatsbyImageData
in two different GraphQL queries
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Not stale. I'm running into the same issue.
|
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
It should be fixed with #32544 |
Preliminary Checks
Description
The latest Shopify plugin causes a strange file not found error when I tried to use
gatsbyImageData
in GraphQL.Everything works in
gatsby develop
.The build works if I turn on
downloadImages
in config of the Shopify plugin and uselocalFile
in GraphQL.Reproduction Link
https://github.com/lintonye/shopify-test
The only interesting part of this repo is that there are two almost identical pages,
index
andindex2
. Both export the same GraphQL query that accesses image data viagatsbyImageData
.Steps to Reproduce
gatsby build
Expected Result
Build completes successfully.
Actual Result
Build fails, with the error above.
Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: