Tree view not loading

Hi all,

The tree view all of a sudden stopped loading in one of my workspaces. I get this error: Compute tree layout error: TypeError: can’t access property “row”, j[m] is undefined
Restarting cryospac doesn’t help and if i link a job to a new workspace, the tree view appears but all the grouping is lost.

Thanks in advance for the help!
Rana

Hi @Rana ,

Welcome to the forum, and thank you for the report! We’ve identified a bug in the tree view in a rare cases where there is a cycle in the connections (i.e. a job ends up being connected in a circle). We’ll address this with a fix in an upcoming release.

For now, you can use the cards view. To correct the connection loop and restore the tree view, you can inspect the job’s inputs/outputs and find the connection that loops back to an ancestor – look for a job whose output was connected as an input to one of the jobs upstream of it. Removing that one connection should let the tree view render normally again.

Could you please expand more on:

all the grouping is lost

Regards,
Suhail

hi Suhail,

By all grouping is lost I mean that if i move or clone the grouped jobs to a new workspace. The tree view works but then the jobs are not grouped anymore.

Best,

Rana

Hi @Rana ,

Thank you for the clarification! That is expected as groups are scoped to workspaces and don’t carry over when linked or moved to different ones. If you’d like to retain the linked/moved jobs as a group, multi-select and create a new group (⌘+G)

- Suhail