Closed oluceps closed 1 month ago
And still exist on develop branch HEAD: d3f1b0f0909483f724c6a72ac33c2febaa330e7c
Doesn't 401 error mean that the destination server is refusing to follow?
It may not a bug, but simply the server is rejecting you.
Doesn't 401 error mean that the destination server is refusing to follow?
It may not be a bug, but simply the server is rejecting you.
I think that may not the origin problem, bcz not all user of my instance encountered this issue, others could follow users normally. There doesn't make sense if rejected only part of users of the instance.
To be mentioned that in these which users could not be followed instances, their federation status isError
at /admin/federation
dashboard, but clicking in and accessing it seems to work well. I wonder what caused this and how we can resolve it.
To be mentioned that in these which users could not be followed instances, their federation status is
Error
at/admin/federation
dashboard, but clicking in and accessing it seems to work well. I wonder what caused this and how we can resolve it.
Additional info: And the issue not only happened with these instances.
Solved. it's not server rejection, but the webfinger.
https://github.com/mastodon/mastodon/discussions/20983#discussioncomment-5275601
https://github.com/oluceps/nixos-config/commit/9c0f361520dcc6aa51c0ada763bae89e9bb10fac
💡 Summary
When trying to follow users from other instances, the follow button keeps spinning and logging:
🥰 Expected Behavior
Successful follow a user from other instances.
🤬 Actual Behavior
Error reported as above described.
📝 Steps to Reproduce
Some similar issue I've found: https://github.com/misskey-dev/misskey/issues/8723 https://github.com/misskey-dev/misskey/issues/8093
This issue always happens whether I enable or comment the
signToActivityPubGet
option. And I noticed that this is defaulttrue
at present.my misskey yaml cfg:
my reverse proxy config: https://github.com/oluceps/nixos-config/blob/109ae10e9a1c57ea03d8cb43ccb2d449c1468b39/hosts/nodens/caddy.nix#L199
my current misskey service config: https://github.com/oluceps/nixos-config/blob/trival/hosts/hastur/misskey.nix
This also appears when I running misskey instance in container: https://github.com/oluceps/nixos-config/blob/dbc68903aee8ffef7abaf7147040ed90d5c9be45/hosts/hastur/misskey.nix#L26.
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?