-
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Closed
Copy link
Labels
component/federationFederation object relatedFederation object relatedpriority/criticalCritical issues that need immediate attentionCritical issues that need immediate attentionruntime/nodeNode.js runtime relatedNode.js runtime relatedtype/bugSomething isn't workingSomething isn't working
Description
follow-server example worked well with NodeJS, until I introduced an hono instance + fedify middleware.
https://github.com/bglgwyng/follow-server/blob/main/server.ts#L80-L93
The following error message only shows up when using an hono instance. Directly serving federation via federation.fetch
doesn't make this issue.
16:46:12.295 KST POST /users/me/inbox 500 Internal Server Error
logtape tells nothing about this failure.
versions:
@fedify/fedify: 1.5.0
@hono/node-server: 1.14.0
hono: 4.7.5
Metadata
Metadata
Assignees
Labels
component/federationFederation object relatedFederation object relatedpriority/criticalCritical issues that need immediate attentionCritical issues that need immediate attentionruntime/nodeNode.js runtime relatedNode.js runtime relatedtype/bugSomething isn't workingSomething isn't working