Ali Abbas Zaidi
07/13/2021, 12:30 PMKevin Kho
07/13/2021, 12:42 PMprefect server start
?Ali Abbas Zaidi
07/13/2021, 12:44 PMKevin Kho
07/13/2021, 12:53 PMAli Abbas Zaidi
07/13/2021, 12:58 PM./miniconda3/envs/prefect/lib/python3.8/site-packages/prefect/config.toml
Kevin Kho
07/13/2021, 1:18 PMAli Abbas Zaidi
07/13/2021, 1:23 PMKevin Kho
07/13/2021, 1:28 PMAli Abbas Zaidi
07/13/2021, 1:30 PMKevin Kho
07/13/2021, 1:31 PMAli Abbas Zaidi
07/13/2021, 1:34 PMKevin Kho
07/13/2021, 1:37 PMAli Abbas Zaidi
07/13/2021, 1:41 PMKevin Kho
07/13/2021, 1:47 PMAli Abbas Zaidi
07/13/2021, 1:47 PMKevin Kho
07/13/2021, 1:48 PMAli Abbas Zaidi
07/13/2021, 1:52 PMnicholas
07/13/2021, 2:08 PM<http://your-vm-ip-address:8080/settings.json>
, report that the server_url
matches your expectations (which should be the graphql endpoint for your server, matching something like <http://your-vm-ip-address:4200/graphql>
. 2. Press the (?) button at the top of the page and go to "Getting started". From there you should be able to provide an api address and test the connectionAli Abbas Zaidi
07/13/2021, 2:25 PM<http://your-vm-ip-address:8080/settings.json>
{
"server_url": "<http://192.168.0.180:4200/graphql>",
"base_url": null
}
That's the link in the (?)
<http://localhost:4200/graphql>
nicholas
07/13/2021, 2:32 PMAli Abbas Zaidi
07/13/2021, 2:40 PMnicholas
07/13/2021, 2:45 PMAli Abbas Zaidi
07/13/2021, 2:47 PMnicholas
07/13/2021, 2:50 PMlocalStorage.clear()
Ali Abbas Zaidi
07/13/2021, 2:52 PMnicholas
07/13/2021, 2:56 PMAli Abbas Zaidi
07/13/2021, 2:56 PMnicholas
07/13/2021, 2:59 PMquery {
flow {
id, name
}
}
Ali Abbas Zaidi
07/13/2021, 3:01 PM{
"data": {
"flow": []
}
}
nicholas
07/13/2021, 3:03 PMAli Abbas Zaidi
07/13/2021, 3:04 PMnicholas
07/13/2021, 3:09 PM