any ideas how to solve that ? `RuntimeError: Canno...
# prefect-community
a
any ideas how to solve that ?
RuntimeError: Cannot create flow run. Failed to reach API at <http://127.0.0.1:4200/api/>.
a
Try prefect orion start
Looks like Orion server isn't running
a
no its ruining 🙂 I have possibility to see him in browser, i just think its related that I run this in docker container
a
ahh then this should help:
Copy code
prefect config set PREFECT_API_URL="<http://0.0.0.0:4200/api>"
a
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
Copy code
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