jack
12/03/2020, 8:17 PM# In window #1
prefect backend server
prefect agent start
prefect project create test-1
# In window #2
prefect server start
# In window #3
prefect agent start
When I go to http://IP_OF_VM:8080 the UI is visible, but when I click "Dashboard" and then "Agents", it says there are no agents.
Also in the upper right corner of the UI there is a drop-down for "Project", but there are no items in the drop-down.
Even created a config.toml (and restarted server and agent), but still no change.
[server]
[server.ui]
apollo_url = "<http://IP_OF_VM:4200/graphql>"
nicholas
12/03/2020, 8:40 PMjack
12/04/2020, 2:46 AM~/.apollo/config.toml
/path/to/project/apollo/config.toml
/path/to/project/.apollo/config.toml
nicholas
12/04/2020, 3:09 PMjack
12/04/2020, 3:10 PMnicholas
12/04/2020, 3:12 PMjack
12/04/2020, 3:13 PMnicholas
12/04/2020, 3:14 PM~/.prefect/
directory.jack
12/04/2020, 3:14 PMnicholas
12/04/2020, 3:16 PMjack
12/04/2020, 3:17 PM$ cat ~/.prefect/config.toml
[server]
[server.ui]
apollo_url = "<http://192.168.1.197:4200/graphql>"
nicholas
12/04/2020, 3:19 PM/settings.json
?jack
12/04/2020, 3:20 PMnicholas
12/04/2020, 3:21 PMlocalStorage.clear()
and do a hard refresh of your browser tab?jack
12/04/2020, 3:39 PMnicholas
12/04/2020, 3:40 PMjack
12/04/2020, 3:42 PMnicholas
12/04/2020, 3:44 PMjack
12/04/2020, 3:46 PMnicholas
12/04/2020, 3:51 PMjack
12/04/2020, 4:05 PM