79658584

Date: 2025-06-09 08:30:14
Score: 0.5
Natty:
Report link

I had a similar error occur when I was trying to test with jest and nestjs.
It was happening because I was not waiting for the Fastify instance to be ready.

// only required for fastify, express works without this
await app.getHttpAdapter().getInstance().ready();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adrian H