Surat Mukker
02/18/2023, 1:03 AM{
"api_url": "<http://orion-datavinci.dev.immersa.io:4200/api>",
"flags": [
"work_pools"
]
}
and https://orion.dev.<domain>/ui-settings
{
"api_url": "<https://orion.dev.immersa.io/api>",
"flags": []
}
FYI /settings
endpoint using both URLs returns the same settings. Have looked at the code in server.py
that handles /ui-settings
and experimental.py
but that does not explain why the response differs for /ui-settings
when going via proxy vs direct ?
Any ideas ?Surat Mukker
02/18/2023, 1:14 AMPREFECT_EXPERIMENTAL_
flags are they are all using the default values.Surat Mukker
02/22/2023, 4:06 AM