Open kei95 opened 2 years ago
According to the documentation, fastify has its own handle which returns 500 with Internal error. In order to consolidate our error handling in general, we will need to set up error handling logic across the app by setting up hooks.
500
Internal error
Docs: https://www.fastify.io/docs/latest/Reference/Errors/#errors-in-fastify
According to the documentation, fastify has its own handle which returns
500
withInternal error
. In order to consolidate our error handling in general, we will need to set up error handling logic across the app by setting up hooks.Docs: https://www.fastify.io/docs/latest/Reference/Errors/#errors-in-fastify