jlalmes / trpc-openapi

OpenAPI support for tRPC 🧩
https://www.npmjs.com/package/trpc-openapi
MIT License
2.12k stars 136 forks source link

Outdated fastify example? #446

Open Kimblis opened 3 months ago

Kimblis commented 3 months ago

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

datasalaryman commented 2 weeks ago

Also getting this issue