ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Incorrect RSS URL in html header #79

Open gradha opened 10 years ago

gradha commented 10 years ago

The rss button for site subscription wasn't working for me even though the "latest reports" works. Looking at the HTML I see a likely broken template substitution:

    <link rel="alternate" type="application/rss+xml"  href="{{rsslink}}" title="Latest Crash Reports">
zamojski commented 8 years ago

I have the same issue. In runtime it's replaced with empty value. I tried to use links like https://xxx.cloudant.com/acralyzer/_design/acra-storage/_list/rss/recent-items?descending=true but it returns {"error":"not_found","reason":"missing"} which is confusing.