Post A96PO4sHc04yaRfAOW by peter@babic.dev
(DIR) More posts by peter@babic.dev
(DIR) Post #A8zIdq4CNKZhVc5Lns by celia@fosstodon.org
2021-07-05T16:04:21Z
0 likes, 0 repeats
@peter Please do set up a redirect from /rss to /atom.xml when you get a chance. π
(DIR) Post #A8zIdqSeuO8mjTWsvg by celia@fosstodon.org
2021-07-05T16:04:58Z
0 likes, 0 repeats
@peter My RSS reader stopped checking your site ~20 days ago I think? Not sure. A redirect would have smoothed things over. Looks like you're on Zola now.
(DIR) Post #A8zIdqnZecs3mLJaWu by peter@babic.dev
2021-07-05T19:05:48.344207Z
0 likes, 0 repeats
@celia hey! thank you for poiting this out. I did not notice as the Gnome Feeds I use shown no problems after the conversion to Zola. The page source has this line for autodiscovery:<link rel="alternate" type="application/atom+xml" title="RSS" href="https://peterbabic.dev/atom.xml">Let me look at the redirect from /rss
(DIR) Post #A8zPQ1Fyfq2rq4x6Rs by peter@babic.dev
2021-07-05T20:21:46.732408Z
0 likes, 0 repeats
@celia can you check now https://peterbabic.dev/rss ? it does the redirect, but it is not instant. Not sure if that helps
(DIR) Post #A92CuNw6CWU0w3gQCG by celia@fosstodon.org
2021-07-07T04:33:38Z
1 likes, 0 repeats
@peter Yes, the thing with autodiscovery is it works when adding a feed, not when the feed URL itself changes. π
(DIR) Post #A92CxZBUpuqygrP02y by celia@fosstodon.org
2021-07-07T04:32:52Z
0 likes, 0 repeats
@peter I changed back to /rss/ to test and I get this error:When I set up my redirect at the server level w/ Caddy (HTTP 302), I didn't have issues with it on Miniflux.In your case, it appears I'm first redirected from /rss to /rss/ which then returns a 200. Neither one works on my feed reader.
(DIR) Post #A92CxZev4WOCA7AUuO by peter@babic.dev
2021-07-07T04:43:45.168305Z
0 likes, 0 repeats
@celia I will try to add more types of feeds and let you know soon
(DIR) Post #A96PO4S3BX5zH5ODVQ by celia@fosstodon.org
2021-07-07T05:28:47Z
0 likes, 0 repeats
@peter Just to give you more context, here's what my old feed's redirect looks like (and it works fine) π
(DIR) Post #A96PO4sHc04yaRfAOW by peter@babic.dev
2021-07-09T05:24:23.959686Z
0 likes, 0 repeats
@celia I was able to look into the issue, there are a couple of things to note:I have looked into the old source and there in fact was /rss endpoint, not /rss/.I got rid of the /rss/ endpoint as even though it was redirecting to a correct https://peterbabic.dev/atom.xml endpoint, the feed readers did not pick that up, as you also pointed out correctly.I have installed miniflux (and opposed to my previous attempt, even configured it to run this time π ) and tested it there and the autodiscovery for https://peterbabic.dev/ works there without a problem (short video that wonβt help you much attached π )To sum this up: Thank you for pointing out that my feed URL endpoint has changed, I am really sorry for that. I can imagine you have lost your reading progress, that wold be terrible. Hopefully it wonβt happen anytime soon.Btw miniflux really rocks π€ now that I have it running, I can definitely see why have you fallen for it in the first place. Please let me know if I can do anything else (apart from that redirect, it does not look like there is an easy or obvious solution to that right now).