https://prefect.io logo
b

Benjamin Cabalona

06/26/2023, 1:10 PM
I set up the following environment variables: prefect config set PREFECT_SERVER_API_HOST=192.168.1.103 prefect config set PREFECT_API_URL="http://192.168.1.103:4200/api" Then running prefect server start works. I can access http://192.168.1.103:4200/docs I can execute api health. But the main UI is just a white page, and nothing else. I suspect this is related to Orion UI makes requests only to 127.0.0.1:4200 and ignores PREFECT_API_URL · Issue #5648 · PrefectHQ/prefect · GitHub
d

Deceivious

06/27/2023, 6:57 PM
There is one more setting - relted to UI_API
releated*
b

Benjamin Cabalona

06/29/2023, 11:00 PM
Hello. Can I ask which setting?
Got it. Thanks
It worked changing the UI_API