deploy next.js to not vercel server
Unanswered
endre posted this in #help-forum
endreOP
I am looking for some info on how to best deploy a next.js app to something else than Vercel. I have my own server where I would like to run the app.
What is best practice for files, builds etc. How do I set it up and run it?
What is best practice for files, builds etc. How do I set it up and run it?
2 Replies
self-hosting is documented in the docs: https://nextjs.org/docs/app/building-your-application/deploying
endreOP
Thanks. It explains some of the aspect, but not all. Maybe it is not next.js I need help with, but more node/nginx etc.