Another deep dig into #mastodon / #pixelfed / etc. as I prep my #yunohost #homelab
Since 4.5, Mastodon's webfinger returns rel:self in the format "[mastodonsite]/ap/users/[userid]" for NEW users. Old users have "[mastodonsite]/users/[username]" as before
The YunoHost versions of PixelFed and BookWyrm link back using the rel:self URL, which returns a 404 in browser.
Exploring further, it's the difference between the id and url actor fields.
Has anyone else ran into this problem?