HiDeoo / starlight-blog

Starlight plugin to add a blog to your documentation
https://starlight-blog-docs.vercel.app
MIT License
106 stars 10 forks source link

Empty RSS feed in the blog example #51

Closed ematipico closed 1 week ago

ematipico commented 1 week ago

Describe the bug

The RSS feed is empty: https://starlight-blog-docs.vercel.app/blog/rss.xml

To Reproduce

https://starlight-blog-docs.vercel.app/blog/rss.xml

Expected behavior

The feeds should be populated with the content of the blog posts of https://starlight-blog-docs.vercel.app/blog/

How often does this bug happen?

Often

System Info

No response

Additional Context

No response

HiDeoo commented 1 week ago

I am a bit confused about this one. Here is what I see in Chrome when visiting starlight-blog-docs.vercel.app/blog/rss.xml:

SCR-20240616-qsns

When curling the URL, I get the expected content length:

SCR-20240616-qtyv

I am not a heavy user of RSS so maybe I am doing something wrong but one potential idea I have is that the application you checked the RSS feed with may not show anything for very old entries? The demo posts are from 2020 and 2021 so maybe the application you used only shows "recent" entries?

ematipico commented 1 week ago

Oh, maybe a Firefox thing? I visited it with Firefox

HiDeoo commented 1 week ago

Getting a similar result in Firefox too:

image

I even tried a few RSS related Firefox extensions but no luck so far.

ematipico commented 1 week ago

Thank you, then it's something on my machine. Thank you for the support