Open
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the issue has not already been raised
Issue
version fastify 4.24.3
I have this two logs that come regurlaly in my app:
(node:1) [FSTDEP017] FastifyDeprecation: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in `fastify@5`.
(node:1) [FSTDEP018] FastifyDeprecation: You are accessing the deprecated "request.routerMethod" property. Use "request.routeOptions.method" instead. Property "req.routerMethod" will be removed in `fastify@5`
I have no idea about what I can do to solve or hide these logs since I don't use routerPath
or routerMethod
in my code.
Metadata
Metadata
Assignees
Labels
No labels