No jobs are associated with the run

Hello,

I have a agent listing created with
wandb launch-agent --queue waiting-list --entity myentity

and are launching a job of a docker image
wandb launch -d mydocker-image -p waiting-list -q waiting-list -e mysentity

note that the queue is created successfully

but I can’t see any job name related to my runs and can’t use the launch in the web GUI , I tried to search in the documentation but I was not able to find any explicit help for this message “Cannot be cloned with Launch. No jobs are associated with the run.”

I appreciate any help or guidance
Thanks in advance