Hey, I'm running prefect orion on Docker. The pref...
# ask-community
l
Hey, I'm running prefect orion on Docker. The prefect UI launched fine but I'm keeping getting this error. What am I doing wrong?
1
r
Is
<http://prefect-server:4200>
the address you are entering in your browser to load the UI?
1
If not, you will probably need to set the
PREFECT_ORION_UI_API_URL
to match the address you enter in your browser (with
/api
added to the end)
1
l
Thanks, Ryan I just noted there was an inconsistency in my docker-compose file. I was using PREFECT_ORION_API_HOST: 0.0.0.0 and PREFECT_API_URL: http://prefect-server:4200/api When I change prefect-server to 0.0.0.0, it works.
r
You're welcome! I'm happy it is working! 😄
1