Benoît Linsey-Fazi
01/04/2023, 2:01 PMCan't connect to Orion API at <http://0.0.0.0:80/api>. Check that it's accessible from your machine.
Can't find any help on internet besides doing
prefect config set PREFECT_API_URL=<http://0.0.0.0:80/api>
Any ideas ?Ryan Peden
01/04/2023, 2:17 PM/api
still added to the end). The UI will pick that up when it starts, and then when you load the UI it will use the correct address to contact the API.Benoît Linsey-Fazi
01/04/2023, 2:25 PMRyan Peden
01/04/2023, 2:32 PMBenoît Linsey-Fazi
01/04/2023, 2:52 PMError occured when trying to create new work queue
Ryan Peden
01/04/2023, 3:09 PMAymeric Alixe
01/04/2023, 5:09 PM<http://xx.xx.xx.xx:4200/xx.xx.xx.xx:4200/api/work_queues/>
. We use this dockerfile to run the server :
FROM python:3.9.16
RUN pip install prefect prefect[aws]
RUN prefect config set PREFECT_API_URL=http:/xx.xx.xx.xx:4200/api
CMD ["prefect", "orion", "start", "--host", "0.0.0.0"]
Benoît Linsey-Fazi
01/05/2023, 1:06 PMRyan Peden
01/05/2023, 1:17 PMBenoît Linsey-Fazi
01/05/2023, 2:56 PMRyan Peden
01/06/2023, 2:41 PM