gatsby-starter-wordpress-graphql icon indicating copy to clipboard operation
gatsby-starter-wordpress-graphql copied to clipboard

Add RSS feed support

Open gregrickaby opened this issue 6 years ago • 3 comments

Gatsby plugin: https://www.gatsbyjs.org/packages/gatsby-plugin-feed/

gregrickaby avatar Aug 27 '19 18:08 gregrickaby

Can i take this issue? or anyone is working on it?

mkamranhamid avatar Sep 13 '19 04:09 mkamranhamid

Please, take it @mkamranhamid 😸

gregrickaby avatar Sep 13 '19 12:09 gregrickaby

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

gregrickaby avatar Oct 08 '19 17:10 gregrickaby