You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
I get the not very helpfull error from Gatsby as soon as I install gatsby-source-strapi and configure it:
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
Tried again but this time with Node 12.18.0 and without creating any product (just creating the admin user and that's it), but I get the exact same result, as soon as the plugin is installed (even before starting to configure) the error appears and does not go away.
Thanks for the help!
The text was updated successfully, but these errors were encountered:
Hello,
I get the not very helpfull error from Gatsby as soon as I install gatsby-source-strapi and configure it:
My config:
http://localhost:1337/products
returns the products properly.Is a very fresh install, with the latest versions of everything, try two times and I got the same issue just after installing.
How I installed
npx create-strapi-app ecommerce-backend
with QuickStartgatsby new ecommerce-frontend
(in another folder)http://localhost:1337/products
worksnpm install --save gatsby-source-strapi
npm i
in the gatsby folderBut I can fetch the products on
localhost:8000/___graphql
(lunched by Gatsby), so I can guess that Gatsby is able to get the data properlyVersions
Package.json
NodeJS
OS
MacOS Catalina 10.15.5
Edit
Tried again but this time with Node
12.18.0
and without creating any product (just creating the admin user and that's it), but I get the exact same result, as soon as the plugin is installed (even before starting to configure) the error appears and does not go away.Thanks for the help!
The text was updated successfully, but these errors were encountered: