James Zhang
11/14/2022, 10:30 PMPREFECT_ORION_UI_API_URL
, there will be error saying it can’t communicate with 127.0.0.1/api
• if I set PREFECT_ORION_UI_API_URL
e.g. company.domain/api
, the error is gone, but now the UI make bizarre request with URL <https://company.domain/company.domain/api/xxx>
which returns 405 errors that I see in browser network log…
so is there anything I could do? I’m on version 2.6.7Ryan Peden
11/14/2022, 10:34 PMPREFECT_ORION_UI_API_URL
. If you are setting it to company.domain/api
, try setting it to <https://company.domain/api>
instead.James Zhang
11/14/2022, 10:37 PMRyan Peden
11/14/2022, 10:38 PM