Fabian Venga
06/01/2022, 11:16 AMbase_url
? I’m “need” to run the UI on a certain path (<http://mydomain.es/orion-ui|mydomain.es/orion-ui>
) and it seems that the assets (json etc.) are being loaded from <http://mydomain.es|mydomain.es>
, which returns a 404 “obviously”.
I believe the base_url
is set here, so it doesn’t look at least at it were changeable. Am I missing something?Anna Geller
prefect config set PREFECT_ORION_UI_API_URL="<http://your_host_ip:4200/api>"
Fabian Venga
06/01/2022, 1:57 PMprefect config set PREFECT_ORION_UI_API_URL="<http://mydomain.es/orion-ui/api>"
which doesn’t fix it.
I must mentioned that the api routes themselves work fine (like <http://mydomain.es/orion-ui/api/admin/settings|mydomain.es/orion-ui/api/admin/settings>
)Anna Geller
prefect config set PREFECT_ORION_UI_API_URL="<http://mydomain.es:4200/api>"
no DNS expert thoughFabian Venga
06/01/2022, 2:05 PM