NodePort service not visible in traefik dashboard

Hello,

I deploy service (nodeport) and ingresroute via same CI. They are in a same namespace - traefik create IngressRoute (visible in dashboard) but can not pair it with service.

It keeps saying: "the service "hyperslevy-manual-sg3yhz-hyperslevy-manual-sg3yhz-f0fbdf64fc2ad22075ab@kubernetescrd" does not exist"

If I take a look into GKE dashboard and I see the service running ok, matched with pod:

IngressRoute describe:

Service describe:

Dashboard:
image

Any ideas why this happend?
Thanks, David