You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, in fastify example i see that when registering FastifySwagger you input options routePrefix, uiConfig and exporeRoute, which does not exist in the options of FastifySwagger, even if I use the same version as you do. If I just put as any or just add normal options- it still does not work. I try to reach endpoints /docs, /api, /api/docs none of them work, however the one with openapi.json schema does. Any ideas what can be wrong and what can cause the problem? Also i'm using dockerized container. So far even if I added logLevel: trace - I didnt get any logs or anything, so hard to debug the problem
The text was updated successfully, but these errors were encountered:
Hello, in fastify example i see that when registering FastifySwagger you input options
routePrefix
,uiConfig
andexporeRoute
, which does not exist in the options of FastifySwagger, even if I use the same version as you do. If I just put as any or just add normal options- it still does not work. I try to reach endpoints/docs
,/api
,/api/docs
none of them work, however the one with openapi.json schema does. Any ideas what can be wrong and what can cause the problem? Also i'm using dockerized container. So far even if I added logLevel: trace - I didnt get any logs or anything, so hard to debug the problemThe text was updated successfully, but these errors were encountered: