-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 Internal Server Error in follow-server example with behindProxy
or explicit origin
#225
Comments
Seems
|
behindProxy
or explicit origin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.logtape tells nothing about this failure.
versions:
@fedify/fedify: 1.5.0
@hono/node-server: 1.14.0
hono: 4.7.5
The text was updated successfully, but these errors were encountered: