I am trying to run my golang web app on heroku. It will upload successfully but then it will crash with a code of "H10". However, it also gives me error R10 and states: " Web process failed to bind to $PORT within 60 seconds of launch".
Is there an issue with it trying to find the port which is clearly set in the file (and works on my computer) or is there some other issue. There is currently no database linked to the app (which according to heroku is a common cause for this crash) but it is using gorilla/mux as a dependency that is vendored so that could be the issue.