Trouble connection Worker to Master, license-id mismatch

Hello!
I am new to linux and i recently installed CryoSparc. I am able to open the user interface but i can not run a job because the worker is not connected.
I want to run Cryosparc on a single workstation.
When i try to connect the worker with the follwoing code:
./bin/cryosparcw connect --worker localhost --master localhost --port 39000
I get the following error:

ServerError: Authentication failed - License-ID mismatch.
Please ensure cryosparc_master/config.sh and cryoparc_worker/config.sh have the same CRYOSPARC_LICENSE_ID entry
or CRYOSPARC_LICENSE_ID is set correctly in the current environment.
See CryoSPARC Architecture and System Requirements - CryoSPARC Guide for more details.

When i check the worker config.sh file the only text is:
export CRYOSPARC_LICENSE_ID=“[–yes]”
export CRYOSPARC_USE_GPU=true
~
~
Might this license_ID be the problem?

Anything would help,
Thank you for your time!

Here is the instance infromation:

CryoSPARC System master node installed at
/home/briegellab2/Tino/cryosparc_master
Current cryoSPARC version: v4.4.1

CryoSPARC process status:

app RUNNING pid 18677, uptime 0:33:50
app_api RUNNING pid 18695, uptime 0:33:48
app_api_dev STOPPED Not started
command_core RUNNING pid 18585, uptime 0:34:01
command_rtp RUNNING pid 18625, uptime 0:33:53
command_vis RUNNING pid 18620, uptime 0:33:55
database RUNNING pid 18461, uptime 0:34:04


License is valid

global config variables:
export CRYOSPARC_LICENSE_ID=“myid”
export CRYOSPARC_MASTER_HOSTNAME=“myhostname”
export CRYOSPARC_DB_PATH=“/home/briegellab2/Tino/cryosparc_database”
export CRYOSPARC_BASE_PORT=39000
export CRYOSPARC_DB_CONNECTION_TIMEOUT_MS=20000
export CRYOSPARC_INSECURE=false
export CRYOSPARC_DB_ENABLE_AUTH=true
export CRYOSPARC_CLUSTER_JOB_MONITOR_INTERVAL=10
export CRYOSPARC_CLUSTER_JOB_MONITOR_MAX_RETRIES=1000000
export CRYOSPARC_PROJECT_DIR_PREFIX=‘CS-’
export CRYOSPARC_DEVELOP=false
export CRYOSPARC_CLICK_WRAP=true

uname -a && free -g
Linux minimicro 5.15.0-97-generic #107~20.04.1-Ubuntu SMP Fri Feb 9 14:20:11 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
total used free shared buff/cache available
Mem: 31 2 25 0 2 27
Swap: 31 0 31

It is possible that the
cryosparc_worker/install.sh command was run with in invalid (empty ?)
--license parameter.
You may be able to correct this by editing the

export CRYOSPARC_LICENSE_ID="[–yes]"

line inside cryosparc_worker/config.sh
an replacing [--yes] with the license ID that is specified inside
cryosparc_master/config.sh.

Does this help?