Graphql Query Error #26997
Replies: 7 comments
-
Hi @emmadigital , |
Beta Was this translation helpful? Give feedback.
-
Hi @ascorbic Thank you for reviewing my issue. Is this how we install latest version as listed below: You also seem to have a few cases where a filename in the markdown has different casing from the file on disk. Can you please share anysuch file so I can fix it. |
Beta Was this translation helpful? Give feedback.
-
@emmadigital I didn't do a comprehensive search, but the ones I saw at first were the pdfs listed in guides.md. The latest version of gatsby-remark-relative-images looks like it's 2.0.2. I should clarify that as it is a third party plugin, if this is where the issue lies you will need to raise a ticket there instead. |
Beta Was this translation helpful? Give feedback.
-
Hi @ascorbic I installed latest version of gatsby-remark-relative-images but no change I still get this error. I have to clean the cache again and again to get it successfully build. If you have any other solution please advise. |
Beta Was this translation helpful? Give feedback.
-
anyone can help me resolve this issue? |
Beta Was this translation helpful? Give feedback.
-
Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a minimal reproduction. This is a simplified example of the issue that makes it clear and obvious what the issue is and how we can begin to debug it. If you're up for it, we'd very much appreciate if you could provide a minimal reproduction and we'll be able to take another look. Thanks for using Gatsby! 💜 |
Beta Was this translation helpful? Give feedback.
-
Thank you so much @wardpeet for your response. Here is my repo https://github.com/emmadigital/austinlaw.git |
Beta Was this translation helpful? Give feedback.
-
Summary
I get graphql query error for featuredImage field, sometime it works fine but sometimes I get below error but when I run
gatsby clean
command 3 - 4 times the error goes away. I want to know the permanent solution to this.Relevant information
Here is the screenshot of the error and my graphql query for fetching featuredImage:
Screenshot of Graphql
My repro: https://github.com/emmadigital/austinlaw.git
My Netlify build sometime also fails because of this featuredImage issue. Please advise whats the permanent solution for this problem.
And there is no publicURL showing up in graphql which I can use instead.
Beta Was this translation helpful? Give feedback.
All reactions