I'm setting up a Gatsby site that pulls data from an existing wordpress site that I host on my own server [Dreamhost].
After I set up the plugin according to the docs and when I run 'gatsby develop', this happens. No data object is returned.. the plugin I installed on the wordpress site seems to do nothng.
=START PLUGIN=====================================
Site URL: https://example.com
Site hosted on Wordpress.com: false
Using ACF: false
Auth: false
Verbose output: true
Mama Route URL: https://example.com/wp-json
⡀ source and transform nodes
Path: /wp-json
The server response was "404 Not Found"
error Plugin gatsby-source-wordpress returned an error
TypeError: Cannot read property 'data' of undefined
====================================================
I have the https://github.com/WP-API/Basic-Auth installed and activated.. and indeed, no /wp-json.
What am I missing?
I feel like the issue is with my WP-API plugin or Wordpress settings.
*the example.com is used for privacy sake in the above
Thanks in advance, Jason