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?
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 4 months ago ยท
Edit answer