Hello,
I have prefect server behind load balancer interface.
Deployment are created successfully with CLI but those don't. Show up on UI.
Here is how I am running prefect orion.
Prefect version: 2.0b8
$prefect orion start --host 0.0.0.0 --port 8065
$ set config: prefect config set http://0.0.0.0:8065/apiapi
To access that host address is like http://hostname:some_random_portport
UI is getting loaded but deployment is blank. CLI shows it.
I tried setting up config to hostname with random port as well but didn't work.
Any thoughts?
Thanks
z
Zanie
07/11/2022, 5:54 PM
You need to set the
PREFECT_ORION_UI_API_URL
on the machine that runs
prefect orion start
. It should be the same as the API URL that a client would need to access the API.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.