Hello.. it is my first post and I would like to describe a way how I deployed the Next.js. There is a very nice way to deploy Next.js with Plesk.. we need to use Git to pull the repo and then as as extra actions we need to add:
npm install
npm run build
Then in Node we need to provide entry...