glanceapp / glanceapp/glance

RSS feed is navigating to the Glance domain instead of the remote domain

Open
#813 1 comment 0 reactions 0 assignees View on GitHub
bug report
Dominant language
Go
Stars
37.1k
Forks
1.5k
Avg merge
1h 11m
Merged PRs (30d)
1

Description

### Description

I have the Godot RSS feed set up as such:
```
- type: rss
title: Tech
feeds:
- url: https://www.backblaze.com/blog/rss
title: Backblaze
- url: https://godotengine.org/rss.xml
title: Godot
```

However, the images are attempting to access the path on the Glance domain, instead of the remote domain. For example, instead of accessing `https://godotengine.org/storage/blog/covers/release-candidate-godot-4-5-rc-1.webp`, Glance will attempt to access `https://glance.mydomain.com/storage/blog/covers/release-candidate-godot-4-5-rc-1.webp`, despite the fact that the RSS feed (`https://godotengine.org/rss.xml`) explicitly includes the entire remote URL. Therefore, the image just shows as this:

Image

Version is [Glance v0.8.4](https://github.com/glanceapp/glance), and this happens across both Chrome and Firefox. The HTML looks something like this:

Image

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the issue with the provided RSS configuration and trace how RSS image URLs are parsed and rendered. Verify the Godot image URL is kept as its complete remote URL rather than being resolved against the Glance domain, then confirm the feed displays the image correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.