doc endpoint returns 500 with no errors in logs
I am running on Lambda. I have used
I have the following code:
The api endpoints are working as expected, but the swaggerUI doesn't work because the /v2/doc endpoint returns a 500. There are no errors in the logs. Any ideas?
I am looking to figure out how I can serve the swagger.json file itself.
ts-to-zod to convert some of my types to zod definitions. I have the following code:
The api endpoints are working as expected, but the swaggerUI doesn't work because the /v2/doc endpoint returns a 500. There are no errors in the logs. Any ideas?
I am looking to figure out how I can serve the swagger.json file itself.