https://prefect.io logo
Title
c

Carlo

11/11/2020, 9:01 PM
Hi. I just upgraded my server 0.13.5, and the UI thinks the url is localhost. { "config_overrides": { "server": { "ui": { "appollo_url": true } } }, "env_vars": [], "system_information": { "platform": "Linux-4.14.193-149.317.amzn2.x86_64-x86_64-with-glibc2.10", "prefect_version": "0.13.5", "python_version": "3.7.3" } }
n

nicholas

11/11/2020, 9:02 PM
Hi @Carlo - it looks like you have a typo in your config; that should be
apollo_url
c

Carlo

11/11/2020, 9:07 PM
Thanks. Fixed that and restarted the server, but the UI is still complaining after a hard refresh. $cat ~/.prefect/config.toml [server.ui] apollo_url = "http://a.b.c.d:4200/graphql"
z

Zanie

11/11/2020, 9:25 PM
Can you open a web console and try
localStorage.clear()
c

Carlo

11/11/2020, 9:34 PM
unfortunately that didn't work
n

nicholas

11/11/2020, 9:35 PM
@Carlo what do you get when you visit your UI's endpoint with
/settings.json
at the end? e.g.
<http://a.b.c.d:8080/settings.json>
c

Carlo

11/11/2020, 9:36 PM
*{*"server_url": "http://a.b.c.d:4200/graphql" }
Sorry, this was really stupid. I had a typo in the version.
0.13.5
instead of
0.13.15
n

nicholas

11/11/2020, 10:31 PM
Oo, so the upgrade should work, right?
c

Carlo

11/11/2020, 10:56 PM
yeah, it's good now
thanks for the help, sorry for the firedrill
n

nicholas

11/11/2020, 10:58 PM
No worries! I should have caught that typo in your original post anyway, glad you've got it sorted 😄