Closed nilesh2907 closed 1 month ago
when I upgrade my app to fastify 4.28.1 it throws "code":"FST_ERR_PLUGIN_VERSION_MISMATCH","name":"FastifyError","statusCode":500,"message":"fastify-plugin: fastify-static - expected '3.x' fastify version, '4.28.1' is installed"
That's expected. This plugin is only for versions <4. In version 4 openapi support has landed in "official" fastify-swagger plugin.
when I upgrade my app to fastify 4.28.1 it throws "code":"FST_ERR_PLUGIN_VERSION_MISMATCH","name":"FastifyError","statusCode":500,"message":"fastify-plugin: fastify-static - expected '3.x' fastify version, '4.28.1' is installed"