Kesalahan R10 (Timeout Boot) -> Proses Web gagal mengikat ke $ port dalam 60 detik setelah peluncuran
In package.json, make sure you add -p $PORT at the start script.
"scripts": {
"start": "next start -p $PORT"
}
Grumpy Goat