https://prefect.io logo
Title
f

Faizul

05/24/2023, 4:33 PM
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

redsquare

05/24/2023, 4:38 PM
have you deployed them to the new account?
are your agent(s) pointing to the new account etc etc
f

Faizul

05/25/2023, 7:08 AM
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

redsquare

05/25/2023, 7:31 AM
Hard to say, what does the new account ui say about the flow runs?
f

Faizul

05/25/2023, 7:53 AM
The flow's state is changing to late
r

redsquare

05/25/2023, 7:55 AM
must be the agents, ate they marked as healthy, have you double checked the url/token
f

Faizul

06/07/2023, 6:09 AM
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?