https://prefect.io logo
Title
s

SK

01/20/2021, 9:34 PM
Hi, I am trying to access the registered flow from aws ec2 public dns...something like this http://ec2-xxxxxxxxxxxx.com:8080/default/flow/4dfbfb93-e00a-4ad4-a34d-fdd813f9a123, but the url reverts back to http://ec2-xxxxxxxxxxxx.com:8080 and the dashboard is not showing the flows, but the flow is running and I can see the output being stored in my database...Am I missing something in the setup when the host is not the localhost for the prefect server?
s

SK

01/21/2021, 11:27 PM
This is resolved...docker was not installed and not running...install docker and run the docker....