In my active project, I find this error today. The targets are up to date. However the visualization fails.
> config <- drake_config(plan)
> outdated(config)
character(0)
> vis_drake_graph(config, build_times = "build", targets_only = T)
Error: hash 'dd9f951f9452251b' not found
> sankey_drake_graph(config)
Error: hash 'dd9f951f9452251b' not found
How do I debug this?