https://prefect.io logo
Title
r

Ruben Aguilar

08/02/2021, 12:49 PM
Hello there 👋 I'm deploying Prefect with the official helm (version
2021.07.06
), and the UI is telling me that is unable to connect to the prefect server, showing me a weird
localhost
😕 I've tried changing the
apolloApiUrl
value, and still points me to
localhost
, any help with that please? 🙏
k

Kevin Kho

08/02/2021, 2:22 PM
Hey @Ruben Aguilar, do you not see a place to change it in the UI? You can edit the
config.toml
to point the UI elsewhere like this.
r

Ruben Aguilar

08/02/2021, 3:03 PM
looks like the
HELM
doesn't have properly set the environment variable, I opened a PR to fix it: https://github.com/PrefectHQ/server/pull/268 Thanks @Kevin Kho for pointing me in the right direction :thank-you: