https://prefect.io logo
Title
k

Ketan Bhikadiya

05/07/2020, 8:33 AM
Hi, I have prefect server and agent running on the system. Even after registering the flow(flow.register()). I do not see any info on UI(I am not using prefect cloud). Also, I do not see config.taml file in my home directory of prefect. Not sure what is the issue here.
j

josh

05/07/2020, 1:37 PM
Hey @Ketan Bhikadiya when you call
flow.register
do you get a URL back with a link to it in the UI? Also not sure about the
config.toml
🤔 I can’t recall exactly if one is created by default or you have to run something like
touch ~/.prefect/config.toml
k

Ketan Bhikadiya

05/07/2020, 4:05 PM
Hi @josh, Yes, I do get URL back. but even by using the url I cant see the flow listed on UI. By quick google search, this looks like a config file issue (or could be not). Not sure what to do next.
n

nicholas

05/07/2020, 4:10 PM
@Ketan Bhikadiya are you running Prefect Server locally or are you running it on a remote server? It's possible that the UI isn't correctly pointed at your server deployment
k

Ketan Bhikadiya

05/07/2020, 4:35 PM
Hi @nicholas, I am running server locally, do we need to create config.toml file manually or prefect install should create one for us?
n

nicholas

05/07/2020, 4:35 PM
If it's not already present in the
~/.prefect
directory, it's fine to create one yourself