-
Notifications
You must be signed in to change notification settings - Fork 41
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
Markdown nodes null in production #232
Comments
Hey everyone, I have the same issue with |
@notrab anything we can do to help on this one? We are stuck in a holding pattern on a few projects. |
So i managed to work around the issue in my case, which is very similar to the case that you posted as an example @sbuys. Previously, i was simply querying the ids of all posts/pages that contained the I found that when i query all required fields within I am guessing that this might be either due to some sort of race-condition (might explain why it works during development as the fields are queried on demand) or an issue where certain nodes are simply not available during page queries. |
Another piece of information: I noticed that the workaround i posted above suddenly stopped working. So it might also be a caching issue? |
@DennisSimon thanks for the update. I'll look into the caching and report back. |
@DennisSimon The problem actually seems tied to the code in Per the documentation for Gatsby v4, mutation of nodes outside of
What I'm not sure about is how to use the recommended API |
Any updates or workaround on this issue? Experiencing the same thing with |
@zzullick we moved to another CMS. We're one of the case studies on the website too 💔. |
Using
2.8.0
Picking up from #214, where the same issue occurred with local images - null in production but valid in development. Not sure if the issue here is related.
Example project with public API endpoint.
Plugin config:
The text was updated successfully, but these errors were encountered: