I have a Gatsby site that has been running fine up until Friday 24th July. Now I am getting the below error. If I refresh the page the query resolves. The site works fine when I run it locally in dev. If anyone is experiencing something similar I would love some advice.
Error: The result of this StaticQuery could not be fetched.
This is likely a bug in Gatsby and if refreshing the page does not fix it, please open an issue in https://github.com/gatsbyjs/gatsby/issues
at h (gatsby-browser-entry.js:77)
at b (SiteLinks.js:9)
at Ki (react-dom.production.min.js:153)
at Fa (react-dom.production.min.js:175)
at vo (react-dom.production.min.js:263)
at cu (react-dom.production.min.js:246)
at ou (react-dom.production.min.js:246)
at Zo (react-dom.production.min.js:239)
at react-dom.production.min.js:123
at scheduler.production.min.js:19
<Image
fileName={product.image}
style={{ width: '100%' }}
/>
Very simple image component, Its working fine in gatsby and not working netlifycms admin
![image|690x96](upload://v2lUGvkcmvTVqrmaqvyaGKiYzZe.png)
Welcome to the Forums! Unfortunately, I am not entirely sure what you are asking here.
Please help us by writing a full post in the future, in addition to sharing your code! Additionally, please make sure you are commenting on related threads. If your question is not related to any threads you find, go ahead and open a new one!
When commenting on a thread or opening a new one, helpful information to include is:
What information you are looking to receive / what problem you are looking to solve.