VPLS does not pass traffic

Good afternoon everyone, I have a scenario, CCR1009 ↔ RB3011 ↔ RB750GR2 all with v7.18.2, but I am facing a problem with VPLS.
The closed VPLSs between 1009 and 3011 work normally, but the closed VPLS with RB750GR2, enters UP state but does not pass any traffic.
I am using MTU of 2024 in the entire segment.
I have already checked the MPLS configurations which are simple.

Has anyone seen anything like this?

I have alot of 7.18.2 vpls setups right now without issue.

Obligatory:
Check your loopbacks, transport address’s and MTU sizes…

Make sure you you have MPLS neighbors set on both of the far end routers so they know of each other.

Good morning Suge, Thank you for your reply. I checked all these settings, and in the last point, the vpls really does close, but when I add it to a bridge it does not pass traffic between the points.

I will send the settings here

/mpls interface
add disabled=no interface=combo1
add disabled=no interface=ether3
/mpls ldp
add disabled=no lsr-id=10.1.0.1 transport-addresses=10.1.0.1
/mpls ldp interface
add disabled=no interface=ether3
add disabled=no interface=combo1

add arp=enabled arp-timeout=auto disabled=no mac-address=02:01:EA:C5:75:1D mtu=1500
name=vpls-T21-RNQU01 peer=10.1.10.1 pw-l2mtu=1500 pw-type=raw-ethernet vpls-id=
10.1.10.1:81


/mpls interface
add interface=ether1
/mpls ldp
add disabled=no lsr-id=10.1.10.1 transport-addresses=10.1.10.1
/mpls ldp interface
add disabled=no interface=ether1
/mpls settings
set allow-fast-path=yes dynamic-label-range=16-1048575 propagate-ttl=yes

/interface vpls
add arp=enabled arp-timeout=auto disabled=no mac-address=02:69:FF:35:5F:D3 mtu=1500 name=vpls-T21-RNQU01 peer=10.1.0.1 pw-l2mtu=1500 pw-type=raw-ethernet vpls-id=
10.1.10.1:81


Unfortunately I can't even ping or pass traffic.