Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Add RSS feed support #23

Open
gregrickaby opened this issue Aug 27, 2019 · 3 comments · May be fixed by #32
Open

Add RSS feed support #23

gregrickaby opened this issue Aug 27, 2019 · 3 comments · May be fixed by #32
Assignees
Labels
enhancement New feature or request hacktoberfest Issues available for Hacktoberfest help wanted Extra attention is needed

Comments

@gregrickaby
Copy link
Contributor

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

@gregrickaby gregrickaby added enhancement New feature or request good first issue Good for newcomers labels Aug 27, 2019
@mkamranhamid
Copy link

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

@gregrickaby
Copy link
Contributor Author

Please, take it @mkamranhamid 😸

@gregrickaby gregrickaby linked a pull request Oct 8, 2019 that will close this issue
@gregrickaby gregrickaby added help wanted Extra attention is needed hacktoberfest Issues available for Hacktoberfest and removed good first issue Good for newcomers labels Oct 8, 2019
@gregrickaby
Copy link
Contributor Author

gregrickaby commented Oct 8, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request hacktoberfest Issues available for Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants