Hi everyone, i have created prefect v2 flows and i...
# ask-community
f
Hi everyone, i have created prefect v2 flows and it was running fine. Then, i have created a new prefect account and tried to run the same flows with zero difference, But the flows are not running in that account. I again switched to the old account and tried running the flows which worked fine. Do anyone faced this similar issue or anyone have any ideas to sort this out?
r
have you deployed them to the new account?
are your agent(s) pointing to the new account etc etc
f
yes, i have deployed my flows and my agents are pointing to the new account. is there any possibility to have issue in account itself?
r
Hard to say, what does the new account ui say about the flow runs?
f
The flow's state is changing to late
r
must be the agents, ate they marked as healthy, have you double checked the url/token
f
Thanks @redsquare, The issue is fixed. The new update has a UI feature where we can modify association of flows with agents. But i have got some issues now, I wanted to run a flow from terminal using the CLI but it is not working. The command that i tried is given below "prefect deployment run <flow-name>/deployment-name". any fixes?