-
Notifications
You must be signed in to change notification settings - Fork 110
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
Embedded entries breaks Gatsby build #53
Comments
I have this too whenever my cache folder is deleted. The only workaround I've found for this is to unpublish all components, and republish them ~4 at a time, building each time |
I ran into this as well. The
I think it generates an infinite loop of references. I'm pretty sure that's it though, because if you delete the My gut says that you should just provide the id for reference linked reference fields inside an embedded entry, because you can make the individual call separately if you need. The majority of the time, I think you only need to be getting content against the flat fields so it's OK to tell the tree to only follow so deep. Either way, it seems the RTE is pretty un-usuable if you're embedding content with references. |
Hello there, I am Contentful's product manager working on our Rich Text editor and we recently released an improvement in the I'm not sure how relevant this is to the exact problem you are facing here, but maybe it's worth a small upgrade to see if this fixes things for you. Thank you and let me know if that works. |
Hi!
I just got started with Gatsby and Contentful and I recently found this plugin. So far regular styling (paragraphs, bold, italic etc) works great, but whenever I add an embedded entry or an embedded inline entry the Gatsby build fails.
The error is listed below and I realise it's the gatsby-source-contentful that throws the error, but I guess it's still related to this plugin? Anyone had the same problem or got any idea of what I'm missing?
Thanks!
Here's a summary of my setup:
node: 11.2.0
gatsby-cli: 2.4.5,
gatsby-source-contentful: 2.0.20
@contentful/gatsby-transformer-contentful-richtext: 12.1.2
gatsby-config.js
Error when running
gatsby develop --no-cache
:The text was updated successfully, but these errors were encountered: