typedai
typedai copied to clipboard
Fastify deprecation notice on shorthand schema and request properties
Warning in the logs
(node:1925) [FSTDEP021] DeprecationWarning: You are using the deprecated json shorthand schema on route /api/webhooks/gitlab. Specify full object schema instead. It will be removed in fastify@v5`
(node:94736) [FSTDEP018] DeprecationWarning: You are accessing the deprecated "request.routerMethod" property. Use "request.routeOptions.method" instead. Property "req.routerMethod" will be removed in fastify@5. (node:94736) [FSTDEP017] DeprecationWarning: You are accessing the deprecated "request.routerPath" property. Use "request.routeOptions.url" instead. Property "req.routerPath" will be removed in fastify@5.