misskey icon indicating copy to clipboard operation
misskey copied to clipboard

Unable to follow remote user after updating

Open HAL9000COM opened this issue 1 year ago โ€ข 1 comments

๐Ÿ’ก Summary

Unable to follow remote user. Can't update notes from misskey instances.

๐Ÿฅฐ Expected Behavior

Should be able to follow new user and get notes.

๐Ÿคฌ Actual Behavior

The remote users page stuck at "Processing...".

For Mastodon instances (pawoo.net, mastodon.world,...), the remote user notes can be seen at global timeline. The followed user notes works normal.

For Misskey instance (misskey.io), can't see any new notes from either followed user or user stuck at "Processing..." No activity can be seen at control panel.

Capture+2023-07-08-09-59-56(1) Capture+2023-07-08-10-01-12(1)

Example log:

WARN 1	[queue inbox]	failed(UnrecoverableError: skip: http-signature verification failed and no LD-Signature. keyId=https://social.network.europa.eu/users/EU_Commission#main-key) id=18750 attempts=1/8 age=5ms activity=https://social.network.europa.eu/users/EU_Commission#accepts/follows/143667
WARN 1	[queue inbox]	failed(UnrecoverableError: skip: http-signature verification failed and no LD-Signature. keyId=https://misskey.io/users/9gnycq0iiv#main-key) id=18769 attempts=1/8 age=10ms activity=https://misskey.io/0a62b274-6b1d-4ca9-8c84-d29625d4f694

๐Ÿ“ Steps to Reproduce

  1. Update Misskey from 13.12.1 to 13.13.2.
  2. Change server ip.
  3. Updating the https cert.
  4. Change nginx reverse proxy to serve both misskey and another site.

๐Ÿ“Œ Environment

Misskey 13.13.2 docker compose

Nginx 1.18.0

Docker: 24.0.2

Nginx reverse proxy to serve both misskey and another site. The other site has the same second-level domain.

Misskey instance using Let's Encrypt cert.

๐Ÿ’ป Frontend

  • Model and OS of the device(s):
  • Browser:
  • Server URL:
  • Misskey: 13.13.2

๐Ÿ›ฐ Backend (for server admin)

  • Installation Method or Hosting Service: docker compose
  • Misskey: 13.13.2
  • Docker: 24.0.2
  • Nginx 1.18.0
  • OS and Architecture: Ubuntu 22.04.2 LTS amd64

HAL9000COM avatar Jul 08 '23 02:07 HAL9000COM

misskey.ioใซใคใ„ใฆใฏไปŠไธๅฎ‰ๅฎšใชๅฏ่ƒฝๆ€งใŒใ‚ใ‚‹

syuilo avatar Jul 08 '23 02:07 syuilo

Same issue on my end.

haolink avatar Jul 25 '23 10:07 haolink

I just recently installed it and also noticed that following between misskey.io and my instance doesn't work.

Martin1995 avatar Jul 30 '23 18:07 Martin1995

After updating to 13.14.2, the server can get posts from misskey.io." The "Unable to follow" issue was caused by a misconfigured nginx reverse proxy that prevented the backend from receiving http signatures. Given that all issues have been resolved, I will close this issue.

HAL9000COM avatar Aug 05 '23 01:08 HAL9000COM

@HAL9000COM Can you explain your configuration error ? I face the same issue, and I'm searching the fix.

azlux avatar Jan 17 '24 20:01 azlux

@azlux Use the example nginx config from https://misskey-hub.net/en/docs/for-admin/install/resources/nginx/

HAL9000COM avatar Jan 18 '24 02:01 HAL9000COM