Hey! How can I properly report a bug? I used the n...
# ask-community
j
Hey! How can I properly report a bug? I used the new
Copy code
prefect register --project PROJECT_NAME --path PATH/TO/DIR_WITH_N_FLOWS
and even though all flows in the dir are registered and showing in the project, when I try to run them, the agent does not pick them up. If I register them individually with
Copy code
cd PATH/TO/DIR_WITH_N_FLOWS
python flow1.py
python flow2.py
and I try to run them, they work i.e. the agent picks them up. Where do I get the appropriate logs and where do I share what I find?
k
Hi @Julio Venegas! What is the output of the register command?