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
Hi tried running my project which is the hello world template from Gatsby when I ran npm run develop it gives the below errors.
I'm trying to get the data from graphql plugins which I have installed in my wordpress site. The plugins are
WP GraphiQL, WP GraphQL and WPGraphQL for Advanced Custom Fields.
How can I fix this issue.
The text was updated successfully, but these errors were encountered:
Try to verify that gatsby-source-graphql is setup correctly? Unexpected token < generally means that its HTML (or some other XML-based document) and not JSON which means that you're not correctly running GraphQL queries.
The error should be improved to show what the string looks like that couldn't be parsed.
We're marking this issue as answered and closing it for now but please feel free to comment here if you would like to continue this discussion. We also recommend heading over to our communities if you have questions that are not bug reports or feature requests. We hope we managed to help and thank you for using Gatsby!
Hi tried running my project which is the hello world template from Gatsby when I ran npm run develop it gives the below errors.
I'm trying to get the data from graphql plugins which I have installed in my wordpress site. The plugins are
WP GraphiQL, WP GraphQL and WPGraphQL for Advanced Custom Fields.
How can I fix this issue.
The text was updated successfully, but these errors were encountered: