Build output Api #58271
Replies: 2 comments 2 replies
-
I think you've misunderstood, the build output API is meant to make frameworks and apps compatible with Vercel deployments, not to self host Next. It's a set of file conventions that determine how Vercel will deploy your app as serverless functions, edge functions, etc. The signature for serverless functions can vary, but usually will be Edge functions are documented here. Not sure if those docs will be helpful for self hosting, but in case you need to find them now you know where they are 🙂 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We anyone could guide how to use Vercel build output api spec 3 to self host nextjs.. or document it would be good... There's no document what parameters does the server less or edge function file in build output take... How to do the routing and use build output api
Beta Was this translation helpful? Give feedback.
All reactions