https://prefect.io logo
Title
r

Raed Shabbir

09/15/2021, 6:56 PM
Hello, when I deploy prefect server using the instructions found here https://github.com/PrefectHQ/server/tree/master/helm/prefect-server I find the UI says
Connected to Prefect Server at <http://localhost:4200/graphql>
However the Apollo GraphQL API URL actually is at an external IP. How would I update this manually on the UI? The getting started tab is not available. I tried to perform a
helm upgrade … --set ui.apolloApiUrl=http://$API_HOST:4200/graphql
the output of this shows
he UI has been configured to point to 'http://<EXTERNAL_IP>:4200/graphql' by default.
which is correct, however when I refer to the UI it still says
Connected to Prefect Server at <http://localhost:4200/graphql>
. How can I ensure this change was made correctly ?
k

Kevin Kho

09/15/2021, 7:28 PM
Are you connecting to the UI on local or from another machine?