Skip to content
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 V2 fails to build fragments when model has nested components #239

Open
artusi-io opened this issue Jul 15, 2022 · 0 comments
Open

Comments

@artusi-io
Copy link

Description

A model using nested components will break the building showing bad request error.
Eg:

  • Modular page > Carrousel (Modular) > Items (Component) -> Bad Request πŸ”΄
  • Removing the Items (Component) the build will work. βœ…

package.json

 "gatsby": "^2.32.12",  
 "gatsby-source-graphcms": "2.8.0",

Screen Shot 2022-07-15 at 14 07 28
Screen Shot 2022-07-15 at 14 02 33
Screen Shot 2022-07-15 at 14 25 23

Error

[gatsby-source-graphcms]: Problem building GraphCMS nodes
 Error: Bad Request

If this library doesn't give support to gatsby v2 please close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant