callmemagnus / nextcloud-searchpage

App for Nextcloud providing a proper search page
7 stars 3 forks source link

[BUG] News Feed is not loaded when clicking on news result #17

Closed meichthys closed 10 months ago

meichthys commented 10 months ago

Describe the bug This may be more of a News app issue, but when clicking on a news result, the news app is loaded but the article is not. The news app is just blank (other than the side menu).

To Reproduce Steps to reproduce the behavior:

  1. Go to search page
  2. Search for something in the news
  3. Click the news result
  4. Try to read the news article

Expected behavior The news article should be displayed

Screenshots Search Results: image

After clicking on the search result: image

Desktop (please complete the following information):

meichthys commented 10 months ago

Removing the /item/ part of the url and changing /feeds/ to /feed/ at least loads the correct feed, but it would be nice if the exact article could be selected.

It appears that the built in nextcloud search also exhibits this issue, so perhaps this should be reported upstream?

Great app by the way!

callmemagnus commented 10 months ago

Hello,

I checked, you are right that it is the implementation of the search provider of the News API that is broken.

I created https://github.com/nextcloud/news/issues/2408.

callmemagnus commented 10 months ago

@meichthys are you using the alpha version (25) of News ?

As said in the related upstream bug, the 24 is supposed to work properly but only linking to feeds not yet to feed items.

meichthys commented 10 months ago

Yes. Im on 25 👍

callmemagnus commented 10 months ago

I'm closing this as this is completely handled upstream.