Log in Sign up

RSS Feed: Template error after making changes (and also after reverting)

To change the URL of my RSS feed to /rss I renamed the template from feed.rss to rss and adjusted the link inside the template.

This didn't work and just gave me an Error with your template when visiting the /rss route.

So I changed it back to the way it was before and now I'm still getting the same template error. I also tried using RSS templates from other themes, every time the same error :(

What can I do to restore my feed?


3 months ago, 1 replies   rss   templates   Edit question

Okay, I've found out that adding the view to my package.json makes this work again. What I do not understand is, how this has worked before without any feed.rss route inside my package.json?

    "rss": {
      "url": "/rss"
    }
Answered 3 months ago ยท Edit answer