-
Notifications
You must be signed in to change notification settings - Fork 18
Build fails with - Missing onError handler for invocation 'building-schema' #65
Comments
Thanks for the issue. Two questions:
|
@sslotsky I can confirm this happens for me also. I don't have Using
Full error message
After the error is thrown it's just stuck forever at |
Interesting! Thanks @davidpaulsson for the additional info, I think this will help us figure out the problem. |
Hi @sslotsky, I am seeing the same issue as @davidpaulsson. I don't have downloadImages set either. Development build fails if I have both gatsby-source-contentful and gatsby-source-shopify-experimental enabled but succeeds if I drop either from gatsby-config.js. Project is here: https://github.com/rodneylab/rodneylab-100-days-of-gatsby/tree/dev__shopify_bug Using
Error message:
After the error is thrown it's just stuck forever at Let me know if you need more details. |
Thanks @rodneylab! We are working with the |
No need to apologize to anyone! You're providing code we can make money with. All good in the hood! Thanks for your hard work 🙇 |
Any updates regarding this? |
I just checked and I don't think gatsby-plugin-image has a fix for this yet. I'm following up with the team on this and can hopefully get a sense of their priority on it. |
This is actually a bug in gatsby-source-contentful, rather than this plugin. I've opened a PR which should fix it. |
Looks like the contentful PR was merged and a release has since been published. Closing this issue. |
Thanks for sorting this Sam, works a treat now |
When using the option downloadImages: false the build fails with
ERROR
Missing onError handler for invocation 'building-schema', error was 'Error: Schema must contain uniquely named types but contains multiple types named "GatsbyImageLayout".'. Stacktrace was 'Error: Schema must contain uniquely named types but contains multiple types named
"GatsbyImageLayout".
The text was updated successfully, but these errors were encountered: