application.properties
server.port=${PORT:32500}
Procfile
web: java -Dserver.port=$PORT -jar front/target/front.jar
Работало ок, но теперь Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 90 seconds of launch java
Пуш и деплой не помогают, стоп и рестарт тоже, удаление арр не помогает.