You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the general rule that if you do reply.* that handles the request (like reply.redirect or reply.from) in an async handler that you should always return it?
🐛 Bug Report
when using reply.from inside async request handler will cause error "Promise may not be fulfilled with 'undefined' when statusCode is not 204"
To Reproduce
Steps to reproduce the behavior:
the handle code:
/node_modules/fastify/lib/wrapThenable.js:30:30
Expected behavior
no error message
Your Environment
The text was updated successfully, but these errors were encountered: