Raed Shabbir
09/15/2021, 6:56 PMConnected 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 ?Kevin Kho