My "Task Runs" and "Task Flows" on the "Runs" page
# prefect-ui
t
My "Task Runs" and "Task Flows" on the "Runs" page
n
hi @Tex! this is a known bug - the fix is here which should be merged and released soon - sorry about that!
if you want to test the fix yourself, you can run a server from that version of the code like this
Copy code
uvx --with git+<https://github.com/PrefectHQ/prefect.git@refs/pull/17407/head> prefect server start
👏 1
t
Thx @Nate!