Darragh
10/24/2020, 3:10 PMPREFECT__SERVER__UI__GRAPHQL_URL
Not working with 0.13.12
Docs seem to suggest that it’s changed graphql_url
to apollo_url
, so I tried to update the env var to PREFECT__SERVER__UI__APOLLO_URL
or even PREFECT__SERVER__SERVER__UI__APOLLO_URL
but no luck.
Any suggestions? Also tried PREFECT__TELEMETRY__SERVER__TELEMETRY__ENABLED=false
to disable telemetry but no luck there eithernicholas
~/.prefect/config.toml
?Darragh
10/24/2020, 4:41 PMnicholas
PREFECT__SERVER__TELEMETRY__ENABLED=false
PREFECT__SERVER__UI__APOLLO_URL=xx
Darragh
10/24/2020, 5:43 PMnicholas
<http://your_machine_endpoint:8080/settings.json>
, which should show you what setting the UI is inheritingDarragh
10/24/2020, 5:54 PM{
"server_url": "http://$CORRECT_IP:4200/graphql"
}
No mention of the apollo_urlnicholas
Darragh
10/24/2020, 6:17 PMnicholas
Darragh
10/24/2020, 6:20 PMnicholas
Darragh
10/24/2020, 6:25 PMnicholas
Darragh
10/25/2020, 3:59 PMnicholas
Darragh
10/25/2020, 4:07 PMnicholas
Darragh
10/25/2020, 4:10 PMnicholas
Darragh
10/25/2020, 4:14 PMnicholas
<http://your_server:8080/settings.json>
?Darragh
10/26/2020, 3:20 PM