Hi. I just upgraded my server 0.13.5, and the UI t...
# prefect-server
c
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
Hi @Carlo - it looks like you have a typo in your config; that should be
apollo_url
c
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
Can you open a web console and try
localStorage.clear()
c
unfortunately that didn't work
n
@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
*{*"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
Oo, so the upgrade should work, right?
c
yeah, it's good now
thanks for the help, sorry for the firedrill
n
No worries! I should have caught that typo in your original post anyway, glad you've got it sorted 😄