hmm, using prefect server dashboard, with the loca...
# ask-community
c
hmm, using prefect server dashboard, with the local backend selected and my flow registered. the flow appears as expected but I cannot see any runs happening, nor trigger one (they are always "late" executing (never))
c
Do you have an agent running?
c
ah nope that must be it then.. searching docs, thx
c
👍 👍 you can run
prefect agent start
and that will probably unblock you!
c
awesome, yep all good now!
💯 3