Cryosparc not starting

Welcome to the forum @aparna .
What are the outputs of the following commands in a fresh shell

cryosparcm log command_core | tail -n 20
eval $(cryosparcm env)
curl ${CRYOSPARC_MASTER_HOSTNAME}:${CRYOSPARC_MONGO_PORT}
curl 127.0.0.1:${CRYOSPARC_MONGO_PORT}
host ${CRYOSPARC_MASTER_HOSTNAME}
exit # exit the shell

Please post the outputs of these commands as text.
[edited 2024-10-16 to correct eval command]