-
Notifications
You must be signed in to change notification settings - Fork 118
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
Broken with h3 #335
Comments
Thanks for reporting. Apparently h3 does not use a connect/express style of middleware, as you can see in https://h3.unjs.io/guide/app#registering-event-handlers. Therefore, h3 is not supported by its module. |
@mcollina thanks for the reply. |
It was added 2 years ago pinojs/pino#1385. Likely something has changed. A PR to remove or update it to a working example would be welcome. |
Here is it: pinojs/pino#1968. |
It seems that it does not work with h3.
I have reproduced the error, and I followed the instructions from the docs
https://stackblitz.com/edit/github-9quron?file=app.ts
The text was updated successfully, but these errors were encountered: