In reply to
Toby
Toby
Waterhole
Founder
Jul 17, 2024



Waterhole exposes an RSS feed for all posts (as you've linked), and each channel (e.g. https://waterhole.dev/community/channels/blog/posts.rss). In the future we may add feeds for comments/specific po...
Oh, my bad.
The posts.rss returning a 404 error was because of a misconfiguration in Nginx.
It's fixed now. Thanks!
Also, I set UTF-8 in RssController.php, and everything is working great.
return response($feed->export('rss'), 200, ['Content-Type' => 'application/rss+xml; charset=UTF-8']);
Hey,
I think I am having the same issue with RSS like you. What did you change in Nginx configuration?