Check the live demo-- https://nextjs-fastapi-starter.vercel.app/
According to next.config.js, the swagger UI should be at https://nextjs-fastapi-starter.vercel.app/docs, and the openapi.json at https://nextjs-fastapi-starter.vercel.app/openapi.json
However, both of those 404.
Have cloned this project locally & deployed it to vercel and can confirm I see the same behavior.
Any ideas on how to get the swagger ui and openapi.json to route correctly? Thanks!