- Issue created by @aleix
With the introduction of interaction template in well-known eventsubscriber in https://www.drupal.org/project/activitypub/issues/3315496 → and later modified in https://www.drupal.org/project/activitypub/issues/3522790 🐛 Authorize interacton is using wrong url Active it was declared that the url template to be /activitypub/authorize_interaction?uri={uri} , however after testing pleromas and mastodons it seems that it was taking /authorize_interaction?uri={uri} . I may miss something and perform more testing with other drupal ap instances would help, but I end up setting the route and the url as /authorize_interaction?uri={uri}, and it works as it should...
Active
1.0
Code