Fastify: AvvioError [Error]: Plugin did not start in time
Advertisements I’m currently working on a typescript/fastify project (which was a terrible stack choice imo). I’m getting this error while registering routes: /home/20015007/Documents/Ecole/EcoWeb/econos-back/node_modules/avvio/plugin.js:122 const err = new AVV_ERR_READY_TIMEOUT(name) ^ AvvioError [Error]: Plugin did not start in time: ‘declareHealthRoutes’. You may have forgotten to call ‘done’ function or to resolve a Promise at Timeout._onTimeout (/home/20015007/Documents/Ecole/EcoWeb/econos-back/node_modules/avvio/plugin.js:122:19) at… Read More Fastify: AvvioError [Error]: Plugin did not start in time