gatsby-starter-wordpress-graphql
gatsby-starter-wordpress-graphql copied to clipboard
Add RSS feed support
Gatsby plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-feed/
Can i take this issue? or anyone is working on it?
Please, take it @mkamranhamid 😸
I thought I had this querying the data correctly, but when gatsby-plugin-feed tries to loop through the Posts, I get this error when running gatsby build:
ERROR #11321 PLUGIN
"gatsby-plugin-feed" threw an error while running the onPostBuild lifecycle:
Cannot read property 'reduce' of undefined
TypeError: Cannot read property 'reduce' of undefined
- gatsby-node.js:183 _callee2$
[gatsby-starter-wordpress-graphql]/[gatsby-plugin-feed]/gatsby-node.js:183:41
- next_tick.js:68 process._tickCallback
internal/process/next_tick.js:68:7
I did open a PR for visibility if anyone wants to try and tackle. #32