Open tafelito opened 5 years ago
same problem occuered for me,
try removing the --server -port =$PORT or whatever port type defined in Procfile. so your procfile should look like :
web: java -jar target/YOUR APP NAME.war
let me know if its working...thanks
Do you want to request a feature or report a bug?
bug
What is the current behavior?
I'm running a java web app with heroku local and is always running at port 8080 even if I try to manually set it to a different port. It always worked with the default port 5000, but for some reason this has changed. I updated to latest heroku version
7.24.3
and still the same.I tried running it as
heroku local
,heroku local web
,heroku local -p 5000
,heroku local --port=5000
What is the expected behavior?
I just updated to macOS Mojave 10.14.5 and I'm using heroku 7.24.3. I'm not using any type of proxy