-
Hello, I'm trying to migrate my local wordpress install to Netlify using this tutorial. I'm currently stuck at getting the gatsby-source-graphql plugin to work. I pointed the url to my local wordpress site with "/graphql" appended to the end. But now when I run "npm run develop" I get this error
Is there something different I should be doing in order to get graphql info from my local install of wordpress? I used a bitnami one click installer for my wordpress install if that matters at all. Also here's my current gatsby-config.js:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Okay, I got past the original error by checking the box "Enable Public Introspection" in the wordpress settings; but then encountered this error that seems to relate to my use of Kadence blocks in Gutenberg and a the Kadence theme. (I also later removed the wp-graphiql plugin because I found out it was deprecated, after doing this I no longer need to have that box checked. Not sure if this was caused by the original checking of the box or removing the deprecated plugin).
|
Beta Was this translation helpful? Give feedback.
-
Switched to using gatsby-source-wordpress plugin. |
Beta Was this translation helpful? Give feedback.
Switched to using gatsby-source-wordpress plugin.