Hi Alex,
Thank you for sharing the data.
The viewer parses and organises the scans into "displaysets". That is, a displayset is created for each XNAT scan. A separate displayset is also created for each multiframe (enhanced) instance. So, for a scan with two multiframe instances, the viewer generates two displaysets with two thumbnail entries in the scan browser panel.
The data you have shared has 20 scans with a total size of 2.8 GB. Scan number 9 consists of 1,100 multiframe instances. The viewer attempts to eagerly load all the instances in order to create the individual displaysets representing each multiframe instance, which ultimately runs into the net::ERR_INSUFFICIENT_RESOURCES error due to the browser's maximum memory limitation.
As a workaround for this issue and for Google Chrome, you can increase the memory limit by setting the --max_old_space_size parameter when launching the browser from a shell in Linux, or as an argument to the shortcut path in Windows. I was able to display the data with --max_old_space_size=4096. Please note that there should be enough RAM memory available of 16 GB on the machine you are using.
Kind regards,
Mo