standardnotes / forum

Support from other community members. For 1-on-1 help, please contact help@standardnotes.com.
https://forum.standardnotes.org
196 stars 9 forks source link

SN Blog RSS Feed Broken #2976

Open StuartMorrisAU opened 1 year ago

StuartMorrisAU commented 1 year ago

Describe the bug The Standard Notes Blog used to publish an RSS feed to https://blog.standardnotes.com/feed.rss; however, it seems like the blog was recently moved to https://standardnotes.com/blog. The feed URL now returns an HTTP error 404.

To Reproduce Steps to reproduce the behavior:

  1. Previously subscribed to RSS feed at https://blog.standardnotes.com/feed.rss.
  2. Went to check if the SN blog supported JSON feeds in addition to RSS.
  3. Found https://blog.standardnotes.com/feed.rss redirected to https://standardnotes.com/blog/feed.rss and returned an HTTP error 404.

Expected behavior RSS feed URL resolved normally.

Screenshots n/a

Smartphone (please complete the following information):

Additional context I’m sure the blog used to be published with Listed. It looks like like it was changed to Gatsby within the last few months, and my RSS feed hasn’t updated in about three months, so I assume some sort of change happened in the mean time.

Roboe commented 1 year ago

I'm facing this same issue. The RSS feed was my main and only channel to get updates from the SN team, since they don't use any free software social media platform. I'm a paid subscriber, I want to be up-to-date with the service announcements.

It seems like Gatsby doesn't have a RSS feed by default, but it needs to be proactively added: https://www.gatsbyjs.com/docs/how-to/adding-common-features/adding-an-rss-feed/ In case it was a matter to add it to the HTML head, I've tested the default /rss.xml path documented in the Gatsby docs, but without any success.