-
Notifications
You must be signed in to change notification settings - Fork 23
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
Intermittent errors with Gatsby Cloud builds #109
Comments
I'm facing the same issue on FYI - I'm using |
I've experienced the same error as you. In my case, I could only see this error after having a Try to change the order on how you load the plugin in Good luck 👍 |
Hi @danielivert. I changed the order and still getting the error. Are you using Gatsby cloud? |
I believe it should be related to #113, affected by upstream behavior change. But there is no time for maintenance these days 😢 will try my best this weekend |
Hi, @cometkim I'm happy to help with a PR to resolve this issue. But I may need some guidance. Let me know if my time would be helpful and if it's worth your time to explain the solution. Thanks! |
Hey @cometkim any update on this? I'm more than happy to help out fixing it if needed. Thanks! |
rc.0 - implemente XState based scheduler - stabilize schema output - bump GCG - upgrade yarn to v3 - rewritten core logics - upgrade eslint to v8 - upgrade plugin's dependencies - pin graphql version - rewrite emitSchema service - rewriten emitPluginDocument service - rewriten codegen service - add TS & Flow examples rc.1 - skip running on cloud build - fix config validation - more contexture reporting - turn `flattenGeneratedTypesIncludeFragments` true - stabilize documents - change maybe type to use `null` instead of `undefined` - update README rc.2 - add mdx example - MDX example to validate regression of [#117] - update dependencies - added support for `GatsbyImageData` scalar Resolves #40 Resolves #103 Resolves #104 Resolves #109 Fixes #113 Fixes #117 Fixes #120 Resolves #122 Fixes #124 Resolves #131 Fixes #139, #99 Resolves #146 Fixes #157 Fixes #159 Fixes #160 Fixes #161 Fixes #162 Resolves #168 Resolves #169 Fixes #171 [#117]: #117
In v3, gatsby-plugin-typegen will not run on Gatsby Cloud env anymore. |
I'm getting this error occasionally with Gatsby Cloud builds. Triggering a new build usually results in another build that is successful without errors.
The text was updated successfully, but these errors were encountered: