hi, i'm running a Prefect server on AWS, and i for...
# prefect-ui
j
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
Hi @Joey Kellison-Linn, what happens when you go to a flow page? Just blank?
j
thanks for your help, browsers says it can't connect to the server "localhost"
k
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
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
k
Nice! Glad you got it sorted.
j
thanks for your help!