Mount Fastify on Next.js API Route
Unanswered
Velvet ant posted this in #help-forum
Velvet antOP
There is some caveat mounting a Fastify endpoint in a Next.js API endpoint (app or pages router)? Basically I want to build a public API that would have some middleware (authentication). My other alternative would be to migrate to a monorepo, and then have 2 deploys.