hi, i'm running a Prefect server on AWS, and i forwarded the 8080 port and 4200 graphQL port to my machine; the dashboard loads fine but the flow and flow-run pages don't load. anyone have any ideas? i have an agent running
EDIT: @Kevin Kho helped me figure out that the HTTP ports weren't open, i added them per this and now it's working https://aws.amazon.com/premiumsupport/knowledge-center/connect-http-https-ec2/
k
Kevin Kho
05/17/2021, 5:50 PM
Hi @Joey Kellison-Linn, what happens when you go to a flow page? Just blank?
j
Joey Kellison-Linn
05/17/2021, 5:52 PM
thanks for your help, browsers says it can't connect to the server "localhost"
k
Kevin Kho
05/17/2021, 5:59 PM
Is this an EC2 instance? Were you able to register a flow on the server?
👍 1
Did you open your ports for outside access?
🙏 1
j
Joey Kellison-Linn
05/17/2021, 6:17 PM
yeah, EC2, the ports are open
oh wait, maybe not, hold on
yep, you were right, ports were the problem! added HTTP (80) and HTTPS (443) as per this and now it's working great