https://prefect.io logo
Title
a

Arnoldas Bankauskas

12/15/2022, 11:06 PM
any ideas how to solve that ?
RuntimeError: Cannot create flow run. Failed to reach API at <http://127.0.0.1:4200/api/>.
a

Anna Geller

12/16/2022, 12:28 PM
Try prefect orion start
Looks like Orion server isn't running
a

Arnoldas Bankauskas

12/16/2022, 12:30 PM
no its ruining 🙂 I have possibility to see him in browser, i just think its related that I run this in docker container
a

Anna Geller

12/16/2022, 12:34 PM
ahh then this should help:
prefect config set PREFECT_API_URL="<http://0.0.0.0:4200/api>"
a

Arnoldas Bankauskas

12/16/2022, 12:40 PM
I was think that shot be like this :
PREFECT_ORION_API_HOST=0.0.0.0
PREFECT_API_URL=<http://127.0.0.1:4200/api>
with
PREFECT_API_URL="<http://0.0.0.0:4200/api>"
when i run Orion server and i go to setting page i have error
<http://0.0.0.0:4200/api>
not found. 🙂 looks confused