yang991178 / fluent-reader-lite

Simplistic mobile RSS client built with Flutter

Home Page:https://hyliu.me/fluent-reader-lite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image URL's in full-text view reference my own domain name

lil-greasy opened this issue · comments

Describe the bug
I'm using my own FreshRSS server and connecting over the Fever API. When reading in full-text view, most images fail to load. I think I checked my server logs a while ago and saw that the application is trying to load the images from my domain name, suggesting a problem with the handling of relative URL's.

To Reproduce
Steps to reproduce the behavior:

  1. Connect to my FreshRSS server. (Does this happen with other servers? I suppose I can't rule out that the problem is with my configuration, but it seems unlikely since my understanding is that the server doesn't provide the full-text article view.)
  2. View just about any article in full-text view. (Here and there, an image displays correctly, which I'm guessing is because its src attribute references as absolute URL.)

Expected behavior
Images should load.

Platform (please complete the following information):

  • OS: Android 13
  • Version: 1.0.3

Additional context
I'll be happy to provide you with server logs and/or an account on my server if you think it will help get to the bottom of things. Thanks!