You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, use our Discord channel (support) for such questions (this is already doable with Nest). We are using GitHub to track bugs, feature requests, and potential improvements.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
When use fastify adapter, middleware type not matched #8837
and middleware concept is diluted in fastify
I want use fastify decorator and hooks with other provider as dependency injection
it is possible?
Describe the solution you'd like
Teachability, documentation, adoption, migration strategy
In nestjs document, write about fastify plugin as provider.
What is the motivation / use case for changing the behavior?
a person want to do something before or after API calls using the fastify life cycle (which is different from the interceptor).
But he/she don't just use the hook
It can be used with other existing providers as dependency injection.
and the module imported in app.module.ts
so everything is alright.
The text was updated successfully, but these errors were encountered: