HTTP.jl unsupported keyword argument when running on Heroku, but same Docker container works fine on local machine

So… my MethodError was real. In constructing the dockerfile I forgot to parse the environment variable for the port to an integer, and that environment variable was unset on my local computer. I think this may have been what you ran into (and I think I’ve actually done this before).