Hi @david.haselbach,
Can you try reinstalling cryoSPARC? First, stop cryoSPARC:
cryosparcm stop
Then, ensure there are no running cryoSPARC processes:
ps -ax | grep “supervisord” (kill only the process that is running from your cryosparc2 install)
ps -ax | grep “cryosparc2_command” (kill all the matching processes related to your cryosparc2 instance)
ps -ax | grep “mongod” (kill only the process running your cryosparc2 database)
e.g. kill 82681
Then, run the forced update command (details found in the link below):
https://cryosparc.com/docs/reference/install/#forced-update