Hi, I have prefect server and agent running on the...
# prefect-community
k
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
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
Copy code
touch ~/.prefect/config.toml
k
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
@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
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
If it's not already present in the
~/.prefect
directory, it's fine to create one yourself