psimakis
09/03/2020, 7:46 AM0.12.2
to 0.13.5
a connectivity issue came up with the graphql component. Prefect server is running in a different server but the graphql url remains <http://localhost:4200/graphql>
. server.ui.graphql_url
was working great with version 0.12.2
but now I can't find any way to configure the graphql url properly.
Below you will find the `config.toml`:
$ cat ~/.prefect/config.toml
[logging]
level = "INFO"
[api]
url = "<http://192.168.40.180:4200>"
[server.database]
host_port = "6543"
[context.secrets]
SLACK_WEBHOOK_URL = '<https://hooks.slack.com/services/xx/XX/Xx>'
[server.ui]
graphql_url = "<http://192.168.40.180:4200/graphql>"
In the image you can see a POC of the case.
I'm a lit bit confused about the old and the new way to configure the prefect server. Have you any idea about this issue?
If this issue has been already reported, feel free to delete this message.
Thanks in advance.Pravin Dahal
09/03/2020, 12:20 PMJenny
09/03/2020, 1:22 PM