🚀 Feature Proposal
In #2115, the reporter is trying to decorate the global request object within a route. This is not supported by Fastify, and we should throw if server.decorate(), server.decorateRequest() or server.decorateReply() are called after .ready().
🚀 Feature Proposal
In #2115, the reporter is trying to decorate the global request object within a route. This is not supported by Fastify, and we should throw if
server.decorate(),server.decorateRequest()orserver.decorateReply()are called after.ready().