Command_vis: ERROR (spawn error)

All of a sudden, everytime I start cryosparc, cannot get the app running and I get following error:

Starting cryoSPARC System master process…
CryoSPARC is not already running.
database: started
command_core: started
cryosparc command core startup complete.
command_vis: ERROR (spawn error)
command_proxy: started

After running cryosparcm status

cryosparcm process status:

app STOPPED Not started
app_dev STOPPED Not started
command_core RUNNING pid 6139, uptime 0:04:07
command_proxy RUNNING pid 6421, uptime 0:04:03
command_rtp STOPPED Not started
command_vis FATAL Exited too quickly (process log may have details)
database RUNNING pid 6062, uptime 0:04:10
watchdog_dev STOPPED Not started
webapp RUNNING pid 6434, uptime 0:04:01
webapp_dev STOPPED Not started

global config variables:

export CRYOSPARC_LICENSE_ID=“”
export CRYOSPARC_MASTER_HOSTNAME=“odin”
export CRYOSPARC_DB_PATH="/home/vsantosh/cryosparc_v2/cryosparc2_database"
export CRYOSPARC_BASE_PORT=39000
export CRYOSPARC_DEVELOP=false
export CRYOSPARC_INSECURE=false

Any ideas? This is in a new upgrade V2.12.4 Thanks
webapp: started

Hey @crescalante,

Can first restart (cryosparcm restart) then post the logs of command_vis (cryosparcm log command_vis) if the issue still exists?

I did a forcedeps and that solved the problem. Thanks