I am trying to deploy my server on heroku. I got this error:
Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch <
It's possible that you are making request without wait the server finish run, so it break because cannot finish building before 90 seconds.
It's a guess that are happening here.