Hey!I am facing issue while running prefect on VM ...
# prefect-community
a
Hey!I am facing issue while running prefect on VM instance of GCP.I am unable to open UI with external_IP:portNumber. Could anyone suggest solution to it?
k
Have you seen the full guide here ? Did you open the port?
a
Yes I followed This completely .And also tried opening it with dynamic Internal and external IP and also with static external IP
k
Ah I know. I think you did
prefect server start
There is this expose flag you might need:
Copy code
prefect server start --expose
Explanation here