Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2] RSS feed generation seems broken #2539

Closed
Celeborn2BeAlive opened this issue Apr 5, 2020 · 1 comment · Fixed by #2540
Closed

[v2] RSS feed generation seems broken #2539

Celeborn2BeAlive opened this issue Apr 5, 2020 · 1 comment · Fixed by #2540
Labels
bug An error in the Docusaurus core causing instability or issues with its execution status: needs triage This issue has not been triaged by maintainers

Comments

@Celeborn2BeAlive
Copy link

🐛 Bug Report

The rss.xml and atom.xml files are empty after building.

Have you read the Contributing Guidelines on issues?

Yes

To Reproduce

  1. Create a new docusaurus 2 project with npx @docusaurus/init@next init exploring_docusaurus2 classic
  2. Add blog entry to docusaurus.config.js as described here https://v2.docusaurus.io/docs/blog#feed
  3. Build the website with npm run build
  4. Check files rss.xml and atom.xml in build/blog/, they are both empty.

Expected behavior

A rss.xml/atom.xml file in build/blog/ containing the RSS feed of the 3 example blog posts.

Actual Behavior

RSS files are empty.

Your Environment

  • Docusaurus version used: 2.0.0-alpha.50
  • Environment name and version: node v13.11.0
  • Operating system and version: Windows 10

Reproducible Demo

Clone, run npm install and npm run build on this repository:
https://github.com/Celeborn2BeAlive/exploring_docusaurus2

@Celeborn2BeAlive Celeborn2BeAlive added bug An error in the Docusaurus core causing instability or issues with its execution status: needs triage This issue has not been triaged by maintainers labels Apr 5, 2020
@kanoshin
Copy link

When is this going to be released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error in the Docusaurus core causing instability or issues with its execution status: needs triage This issue has not been triaged by maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants