Hi, I recently deployed a python app with Flyctl lauch and while monitoring deployment it failed.
I’ve attached the log screenshot and my fly.toml file. Please can someone help me ?
The screenshot indicates that nothing that you’re deploying is listening on port 8080 for TCP connections. Make sure the python process is binding its TCP listener to all interfaces (ideally :: for dual stack, or 0.0.0.0 for ipv4) on 8080.
New Update : I’ve disabled heath checks for my app by referring to this post (Is there a way to disable health checks?) and now my app has deployed successfully and HEALTHY