Bivu Raj
08/18/2020, 6:26 PMJim Crist-Harif
08/18/2020, 7:14 PMBivu Raj
08/19/2020, 4:27 PMprefect server start
command. To make things clearer, the UI gives the error message: couldn't connect to: <http://localhost:4200>
however, when i try to change the url of the endpoint so UI can talk to the server, i do not see any change int he UI. for reference, this is the toml:
[server]
endpoint = "<http://104.248.120.20:4200>"
[server.graphql]
graphql_url = "<http://104.248.120.20:4200/graphql>"
[server.ui]
host = "<http://104.248.120.20>"
port = "9081"
host_port = "9081"
graphql_url = "<http://104.248.120.20:4200/graphql>"
Jenny
08/19/2020, 7:23 PM