fastify/help

What is throwing this warning ? using latest version of fastify . (node:39638) [FSTDEP016] DeprecationWarning: You are accessing the deprecated "request.routeConfig" property. Use "request.routeOptions.config" instead. Property "req.routeConfig" will be removed in `fastify@5`.

gowthamVPoojary opened this issue · 1 comments

You have already researched for similar issues?

It's not uncommon that somebody already opened an issue or in best case it's already fixed but not merged. That's the reason why you should search at first before submitting a new one.

What are you trying to achieve, or the steps to reproduce?

Describe your issue here, include as many details as necessary to reproduce the issue,
or implement a missing functionality. If you are reporting a bug, you will get a faster response
if you submit a pull request with a failing test.

// Wrap code in markdown source tags

What was the result you received?

What did you expect?

Context

  • node version: 4,5,6,7,8,9
  • fastify version: >=0.37.0
  • os: Mac, Windows
  • any other relevant information:

Please read this entire template before posting any issue. If you ignore these instructions
and post an issue here that does not follow the instructions, your issue might be closed,
locked, and assigned the missing discussion label.

@gowthamVPoojary Check you own code for the construct mentioned in the warning. If you don't have it, update your plugins, should resolve the problem.