-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Seeing deprecation issues as pointed by FSTDEP019
https://fastify.dev/docs/latest/Reference/Warnings/#FSTDEP019
(node:8) [FSTDEP019] FastifyDeprecation
here message
(node:8) [FSTDEP019] FastifyDeprecation: reply.context property access is deprecated. Please use "reply.routeOptions.config" or "reply.routeOptions.schema" instead for accessing Route settings. The "reply.context" will be removed in fastify@5.
Context
fastify current version - 4.26.0
Tried disabling by these but no luck.
passing the --no-warnings flag to the node process
setting 'no-warnings' in the NODE_OPTIONS environment variable
any suggestion how to over come these deprecated messages ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels