prefect register --project "Project Name" --path ./Prefect/
I am getting error after pointing my install from localhost to 10.1.x.x IP , here is my configuration
[server]
host = "http://10.1.xx"
port = "4200"
host_ip = "10.1.x.x"
host_port = "4200"
endpoint = "${server.host}:${server.port}"
[server.ui]
host = "http://10.1.x.x"
port = "8080"
host_port = "8080"
host_ip = "10.1.x.x"
apollo_url="http://10.1.x.x:4200/graphql"
raise InvalidSchema("No connection adapters were found for {!r}".format(url))
requests.exceptions.InvalidSchema: No connection adapters were found for '10.1.x.x:4200'
k
Kevin Kho
03/09/2022, 8:14 PM
Hey @Alex F, I think your endpoiint for server needs the graphql:
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.