Nuno Silva
09/29/2020, 12:29 PMapollo_url
like described here: https://docs.prefect.io/orchestration/server/deploy-local.html#ui-configuration
I do this in `~/.prefect/config.toml`:
[server]
[server.ui]
apollo_url="http://<server_url>:4200/graphql"
then: prefect server start
and it still uses the default localhost
hence I have to manually change it in the server UI.
Any idea why?nicholas
Nuno Silva
09/29/2020, 1:37 PMnicholas
/settings.json
at the end of it? So if it's localhost it would be <http://localhost:8080/settings.json>
Nuno Silva
09/29/2020, 1:54 PM{
"server_url": "http://<correct_server_url>:4200/graphql"
}
nicholas
Home
page and click the restore button, it'll clear your local storageNuno Silva
09/29/2020, 2:05 PMnicholas
latest
or master
tags for the UI (they should actually be the same)
2. wait till the next core release, which should be later today
3. try manually clearing your local storage by opening the chrome console and typing localStorage.clear()
Nuno Silva
09/29/2020, 2:10 PMnicholas
Nuno Silva
09/30/2020, 8:33 AMnicholas
Nuno Silva
09/30/2020, 2:34 PM