I recently updated my build to Elixir 1.17.2 and Erlang 27.0.1 and am getting these errors now:
WARNING The app is not listening on the expected address and will not be reachable by fly-proxy.
You can fix this by configuring your app to listen on the following addresses:
- 0.0.0.0:8080
Found these processes inside the machine with open listening sockets:
PROCESS | ADDRESSES
------------------------------------*--------------------------------------
/.fly/hallpass | [<6 ip> ]:22
/app/erts-15.0.1/bin/epmd -daemon | 0.0.0.0:4369, [::]:4369
I tried redploying with my fly.toml to 4000 but to no avail
PORT = ‘4000’
[http_service]
internal_port = 4000
Anyone have an idea what is happening?