I am using @ts-rest/nest and @nestjs/platform-fastify together.
@nestjs/platform-fastify@10.2.6 has just been released and includes fastify@4.23.2.
Now, fastify emits the following log :
(node:10341) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
I am using
@ts-rest/nestand@nestjs/platform-fastifytogether.@nestjs/platform-fastify@10.2.6has just been released and includesfastify@4.23.2.Now,
fastifyemits the following log :