Without the ACF plugin installed I'm able to build on Gatsby and query with graphQL no problem.
Once the plugin is activated I receive this error each time.
I've tried all possible combinations of the config below. Any help/direction at all would be much appreciated.
{
resolve: `gatsby-source-wordpress`,
options: {
// The wordpress source
baseUrl: `XXXX.wpengine.com`,
protocol: `https`,
// Is it hosted on wordpress.com
hostingWPCOM: true,
// Does the site use the Advanced Custom Fields Plugin?
useACF: true,
// It can help debug specific API Endpoints problems.
verboseOutput: true
}
},
Without the ACF plugin installed I'm able to build on Gatsby and query with graphQL no problem.
Once the plugin is activated I receive this error each time.
I've tried all possible combinations of the config below. Any help/direction at all would be much appreciated.