# Problem Subscribe to buzzrelay on Misskey does not show any posts because they are all blocked by the server with the following error: ``` failed(UnrecoverableError: skip: signerHost(<hostname/of/buzzrelay>) !== activity.id host(<relayed/instance>) ``` # Findings Misskey will check if the host of the signature's keyId is equal to the host of the activity id, and activity will be blocked if they do not match: https://github.com/misskey-dev/misskey/blob/e2261b63e9053fb5116dd0ef393f464bf16da190/packages/backend/src/queue/processors/InboxProcessorService.ts#L159
Problem
Subscribe to buzzrelay on Misskey does not show any posts because they are all blocked by the server with the following error:
Findings
Misskey will check if the host of the signature's keyId is equal to the host of the activity id, and activity will be blocked if they do not match:
https://github.com/misskey-dev/misskey/blob/e2261b63e9053fb5116dd0ef393f464bf16da190/packages/backend/src/queue/processors/InboxProcessorService.ts#L159