<@ULVA73B9P> why is it that sometimes in the deplo...
# ask-marvin
a
@Marvin why is it that sometimes in the deployment page it says i have x number of deployments, but in the list below it says no deployments?
m
thought for 92.0 seconds
Usually that happens because the count and the table are not using the same filters. On the Deployments page in Prefect 3.x: - the number at the top can reflect the total deployments in the workspace - the list below reflects the currently filtered results (search, tags, pagination state, etc.) So you can end up with: -
12 deployments
at the top -
No deployments
in the table if your current filters/search return zero matches. Most common things to check: - clear the search box - remove any tag filters - reset to page 1 - refresh the page Less commonly, it can also be due to: - stale pagination state - permission / visibility differences - very recent create/delete activity before the UI refreshes If you want, I can also help you verify whether what you're seeing is just filtering behavior vs an actual UI bug in your workspace.