Yes I would guess it’s issuing cluster=storrs_hpc when it should be just cluster=storrs. I think it is as @Jacob-BM suggests - you need to change the cluster filename in from storrs_hpc to just storrs.
The cluster name is “slurm” and is defined in the Storrs_HPC.yml file:
job: cluster: "slurm"
So, starting with 4.1 it’s no longer issuing the cluster name based on this setting, but rather the filename? Wouldn’t that cause auto_queues to fail also? Because auto_queues was working, as was shell access. When I change the name if this file, I lose the apps list on the dashboard, even after restarting the webserver. Does this require a rebuild of the dashboard?