Is it just me, or is the UI broken for flow runs a...
# prefect-community
b
Is it just me, or is the UI broken for flow runs at the moment? https://cloud.prefect.io/zesty-ai/flow-run/fc3a37ca-bcce-44b9-ae05-572ecf91328d
z
The flow run page is working for me
It’s possible the flow run was loaded before its state populated in the database. I imagine a refresh would resolve that unless that flow run specifically is stuck in a weird state.
b
Hmmm, I'm still seeing the same error after a refresh. This only happened when I turned on the Slack notifier (
from prefect.utilities.notifications import slack_notifier
, etc), could that have... messed up the state objects somehow?
I'm getting Slack notifications, and they tell me the flow run above actually succeeded.
OHHHHH, I see. I'm running the flow locally, so of course the flow run doesn't actually exist. 😄
So the issue is that the Slack notifier generates a link to Prefect Cloud, even if the flow was being run locally.