Deploying nextjs app on Heroku - error status H20 Deploying nextjs app on Heroku - error status H20 heroku heroku

Deploying nextjs app on Heroku - error status H20


I've solved this issue by updating package.json like the below.

  "scripts": {    "dev": "next dev",    "build": "next build",    "start": "next start -p $PORT"  },