Swagger UI Not Displaying Routes in Fastify with Dynamic Mode
Fastify Swagger isn’t displaying any of my routes in the Swagger UI, even though the routes are working fine when accessed directly. I’m using Fastify with the @fastify/swagger
plugin in dynamic mode, expecting it to automatically pick up routes, but the Swagger JSON output shows an empty paths
object.