Preview of feeds does not work #340
Labels
No labels
Code
Contacts
Design
F-Droid
IndieWeb
Location
Mastodon
Media
Pixelfed
Pleroma
Posting
Question
Reader
Tracker
Translation
Usability
bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
inhji/indiepass-android#340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Attempting to add a feed, and clicking
Previewfails.To Reproduce
Steps to reproduce the behavior:
PreviewExpected behavior
Feed is previewed.
Screenshots
N/A
Smartphone (please complete the following information):
Additional context
My MicroSub reader is https://aperture.p3k.io/
I've been seeing this issue since the feature was first implemented, but I haven't raised it until now - sorry!
This is related with https://github.com/indieweb/microsub/issues/34
The spec says to use POST, but Aperture only accepts it on GET :)
I know Drupal Microsub and Yarns accept both GET and POST. I found it logical initially to use GET, but, as Aaron also suggests in that issue, POST is just safer to use.
So I think this should be fixed in Aperture and drupal and yarns should remove the existing GET.