wpengine / wp-graphql-content-blocks

Plugin that extends WPGraphQL to support querying (Gutenberg) Blocks as data
https://faustjs.org/docs/gutenberg/wp-graphql-content-blocks
GNU General Public License v2.0
107 stars 14 forks source link

Failure running getIntrospectionQuery - GraphiQL IDE Schema not loading #205

Closed Iseeumhmm closed 7 months ago

Iseeumhmm commented 7 months ago

I'm new to using this plugin and I'm trying to get it setup with Faust.

I've run into the following error:

Screenshot 2024-03-19 203923

Details:

I've checked permissions and the folder structure is owned by www-data:www-data. Everything is set to 644 other than the uploads, which is 775.

I can post to http://localhost:8080/wp/graphql with postman without getting 500.

theodesp commented 7 months ago

Hey @Iseeumhmm did you have Introspection enabled in WP-Graphql settings?

Screenshot 2024-03-20 at 11 41 26
Iseeumhmm commented 7 months ago

I did not. That fixed it for me, thanks so much!

Iseeumhmm commented 7 months ago

Closing, issue resolved.