My runs menu is failing to display anything with a...
# ask-community
r
My runs menu is failing to display anything with a graphql error:
Copy code
Operation name: RunsRootQuery

Message: Cannot return null for non-nullable field Run.mode.

Path: ["pipelineRunsOrError","results",0,"mode"]

Locations: [{"line":29,"column":3}]
Tried running the "retrieve all runs" GraphQL query from the docs (https://docs.dagster.io/concepts/dagit/graphql#get-a-list-of-dagster-runs) but that works without problems
If there are any mutations I can call to fix it or even delete part of my run history let me know - anything beats having to re-materialize everything from scratch 😮
d
Hi Rasmus - I think this is a bug that we fixed in the 1.3.2 release of dagit, I would expect a version upgrade to fix this
r
I am on 1.3.1, so that's very possible then - thanks for the fast response!
that seemed to resolve it :)
🎉 1