yang991178 / fluent-reader-lite

Simplistic mobile RSS client built with Flutter
https://hyliu.me/fluent-reader-lite/
BSD 3-Clause "New" or "Revised" License
1.32k stars 86 forks source link

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

Open lil-greasy opened 1 year ago

lil-greasy commented 1 year ago

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):

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!