- When loading a deployment detail page it loads a...
# prefect-ui
d
• When loading a deployment detail page it loads as with "0 Flow runs" and "No runs from the last 30 days" empty states even though we have in the 100k of runs
c
Are you seeing any network or js errors in devtools?
d
In the request logs I can see a request to
/flow_runs/count
taking up to a minute to load, if it does load, the dash eventually populates but shows no loading state for this. If that request times out, the dash doesn't reflect that and just shows "0 Flow runs"