Fehler R10 (Boot Timeout) -> Webprozess konnte innerhalb von 60 Sekunden nach dem Start nicht an $ port gebunden werden
In package.json, make sure you add -p $PORT at the start script.
"scripts": {
"start": "next start -p $PORT"
}
Grumpy Goat