fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.38k stars 345 forks source link

Issues managing sources via /manage/sources #1302

Closed deathbybandaid closed 2 years ago

deathbybandaid commented 2 years ago

When Trying to delete a feed I receive:

image

However, when I use curl via cli, I can delete as a workaround.

curl -X "DELETE" "http://localhost/source/374?username=XXXXXXXXXXX&password=XXXXXXXXXXX"

Additionally, sometime between 2.19-9407240 and 2.19-59b73ff I receive the following when trying to add new sources:

image

jtojnar commented 2 years ago

Sorry about that, I broke some routes in https://github.com/fossar/selfoss/commit/befb1c49f2785fc02a19fcb897071f7fe316bb70 but it should be fixed by https://github.com/fossar/selfoss/commit/525e186bb0ac833db77927a74d0fe32df4321ef6.

jtojnar commented 2 years ago

Turns out the fix was incomplete. Should be fixed now.

deathbybandaid commented 2 years ago

Tested, and deletion and adding are indeed fixed!

Thanks!