Phoenix app crashes on startup

I meant the Endpoint config, you’ll find that in config/prod.exs. In there there should be a block for your endpoint, something like

config :hello, HelloWeb.Endpoint,
  url: ...
  ...
  # add server: true here
  server: true