https://prefect.io logo
Title
h

Howard

11/22/2022, 9:13 AM
Hello, when I git clone the newest code , and then
prefect dev start
, I found that the UI is blank
1
c

Christopher Boyd

11/22/2022, 4:11 PM
Hi Howard, what are the steps you performed to get to here? We don’t natively expose on :3000, so I suspect there is something else going on
r

Ryan Peden

11/22/2022, 5:17 PM
prefect dev start
will run the UI on port 3000 and the Orion API on port 4200, but it looks like perhaps Orion didn't start and as a result, the UI isn't able to communicate with it. I'd begin by running
prefect orion start
to run a standalone Orion server. That will make it easy to see any errors that are preventing the API from starting up.
1
c

Christopher Boyd

11/22/2022, 5:17 PM
Ah, my mistake - thanks Ryan
h

Howard

11/23/2022, 12:52 AM
Actually Orion API was started. And I can't access http://10.41.6.40:4200/api/helath and http://10.41.6.40:4200/ui-settings. I want to use the hot reloading feature of development, but if it can't be used, I'll try to use
prefect orion start
, thank you all!
a

ar

12/14/2022, 8:11 AM
if the ui is blank..you should build the orion-ui first. follow the steps in orion-ui/readme