Starting a new thread. Continuing from <https://pr...
# prefect-community
w
Starting a new thread. Continuing from https://prefect-community.slack.com/archives/CL09KU1K7/p1653578937668889 We are working on running an orion server in an Azure VM. We seem to have gotten the UI accessible via a public IP and also have setup default storage (azure blob), added deployment have successfully run flows via the CLI. When we load the UI via the Public IP, the web page shows no information. Even the settings page fails to show the Orion version. I'm sure there is a setting (or access) somewhere that we are missing. Any thoughts?
1
k
Is it like half working in a sense that some views work but some don’t?
w
We can click around in the ui.. but no data is shown..
k
Calling Chris Boyd to test again
I can replicate on GCP. am digging into this
👍 1
I think there is a bug here where the UI API URL is not sticking right
The URL has to be like this:
Copy code
prefect config set PREFECT_ORION_UI_API_URL="<http://104.155.157.220:4200/api>"
and then start Orion and it should hit the API
Full write up here
1
w
That did it. Thanks so much Kevin!