Self hosted - Creating a curated list of feeds

I have installed a self-hosted instance of NewsBlur, and am experimenting with creating a ‘Recommended Feeds’ from which a user can select. I’ve asked ChatGPT for help on this, with this response:

(Please see the later part of the conversation, starting with “Overview of what we’ll do”.)

This is a simple experiment only. I can make it look pretty later. I’ve followed the directions provided. The POST /reader/add_url call appears to be executing, but the NewsBlur user (me) is not seeing the new subscription on the left hand menu of my self-hosted NewsBlur website.

Any help on what I’m doing wrong here would be appreciated.

Thank you for creating this feature-rich tool!

Take a look at the docker logs. You can run make log to see what’s going on and inspect the request. You can either copy+paste that here to debug or follow the trail from there with chatgpt.