IPV6 "no Route to Host"

I have been trying to configure IPV6 on my CCR1036-8G-2S+ EM running 6.44.5

My Ipv4 address’ work correctly

My Ipv6 are assigned statically from ISp onto IPV6_Bridge

/ipv6 pool
add name="Tomlin V6 Pool" prefix=2607:f1d8:b0:800::/64 prefix-length=64
/ipv6 address
add address=2607:f1d8:b0:800:: interface="Vlan 100"
add address=2607:f1d8:b0:840:: interface="Vlan 500"
add address=2607:f1d8:b:a::2 interface=IPV6_Bridge
/ipv6 firewall filter
add action=accept chain=forward out-interface=IPV6_Bridge
add action=accept chain=forward in-interface=IPV6_Bridge
add action=accept chain=input protocol=icmpv6
/ipv6 nd
add advertise-dns=yes hop-limit=64 interface=ether8 \
    managed-address-configuration=yes other-configuration=yes
add advertise-dns=yes hop-limit=64 interface="Vlan 100" \
    managed-address-configuration=yes other-configuration=yes
add advertise-dns=yes hop-limit=64 interface="Vlan 500" \
    managed-address-configuration=yes other-configuration=yes
add hop-limit=64 interface=sfp-sfpplus2
add hop-limit=64 interface=sfp-sfpplus1 managed-address-configuration=yes \
    other-configuration=yes
/ipv6 route
add distance=1 gateway=2607:f1d8:b:a::1
/ipv6 settings
set max-neighbor-entries=4294967295

When I try to ping from router to 2001:4860:4860::8888 (google public v6 dns server) I get no route
The ISP does not see my v6 connection either. If I assign the V6 address to a laptop and put the interface on the bridge, it works on the laptop

Any guidance would be much appreciated

Not enough info. What exactly did ISP give you (config), how is everything connected, to what ports, what ports are in bridge, etc?