Hugo Polloli
09/22/2021, 9:46 AMpython -m http.server 8080
and it worked perfectly fine) so it seems to be an issue with prefect server, the thing is I changed absolutely nothing, when the server is running, I can do a wget localhost:8080
or wget 0.0.0.0:8080
and get the prefect UI html with no issue, same thing, I can register a flow with no issue. It simply seems to be a connectivity issue between the outside world and my prefect server, despite both 8080 and 4200 ports being opened on EC2public_ip:8085
(not opened port) I wait for a bit before getting a "connection timed out", contrary to what happens with public_ip:4200
or ``public_ip:8080`` which results in a quick response of "Unable to connect"Zanie
09/22/2021, 2:53 PM--expose
flag. See https://github.com/PrefectHQ/prefect/blob/master/CHANGELOG.md#breaking-changesHugo Polloli
09/22/2021, 2:54 PM