News: Feed url gets stripped leading to 404

Created on 23 Feb 2021  路  2Comments  路  Source: nextcloud/news

  • [x] I have read the CONTRIBUTING.md and followed the provided tips
  • [x] I accept that the issue will be closed without comment if I do not check here
  • [x] I accept that the issue will be closed without comment if I do not fill out all items in the issue template.

Explain the Problem

Whenever I want to add the feed https://keepassxc.org/blog/feed.xml it gets stripped of the /blog/ part resulting in the attempt to add https://keepassxc.org/feed.xml. This causes a 404 - Not Found.

Steps to Reproduce

Explain what you did to encounter the issue

  1. Click + Subsscribe
  2. Enter https://keepassxc.org/blog/feed.xml as the Web address

System Information

  • News app version: 15.3.2
  • Nextcloud version: 20.0.4
  • Cron type: system cron
  • PHP version: 7.3.27
  • Database and version: mysql 10.3.27
  • Browser and version: firefox / app
  • OS and version: linux 5.10
bug

Most helpful comment

Interesting, I've subscribed to it some time ago which worked fine. I've created https://github.com/keepassxreboot/keepassxreboot.github.io/pull/90.

All 2 comments

The feed claims to be in that location, there is nothing we can do about it.
<atom:link href="https://keepassxc.org/feed.xml" rel="self" type="application/rss+xml"/>

Interesting, I've subscribed to it some time ago which worked fine. I've created https://github.com/keepassxreboot/keepassxreboot.github.io/pull/90.

Was this page helpful?
0 / 5 - 0 ratings