postlight / headless-wp-starter

🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
https://archive.postlight.com/labs/wordpress-react-starter-kit
GNU General Public License v2.0
4.48k stars 650 forks source link

No Schema Available #290

Open pmonty opened 3 years ago

pmonty commented 3 years ago

I load up the wordpress site through docker and login then when I visit the GraphiQL IDE I get NO SCHEMA AVAILABLE in the explorer sidebar.

If I hit http://localhost:8080/graphql I get this image

I literally have only got the project up and have not been fiddling around with stuff. Any idea what it might be? Plugin looks like it is updated and wordpress version is latest and php version is 7.4

striberny commented 3 years ago

Did you update the WP GraphQL plugin to current version? That might have caused the problem (at least it did for me). This starter is based on v0.3.6 but current version is 1.3.5 so the code used in the starter might not work due to several breaking changes. You could either rewrite/refactor the code or simply not update the plugin.

eric-cortes commented 3 years ago

Hi there,

you found any solutions for this issue? We would like to be able to use the last wpgrpahlql version...