VRRP settings disconnect site-to-site connections

Hello

I am trying to set up VRRP on two routers in our office. Our office has site-to-site mode connection with another office .
VRRP works fine but our office loses connection with the other office!
Here is my settings

vyos1 (Master)
set interfaces ethernet eth1 vrrp vrrp-group 10 priority 50
set interfaces ethernet eth1 vrrp vrrp-group 10 virtual-address 192.168.40.1/24
set interfaces ethernet eth1 vrrp vrrp-group 10 description “LAN VRRP”
set interfaces ethernet eth1 vrrp vrrp-group 10 advertise-interval 1

vyos2 (Backup)
set interfaces ethernet eth1 vrrp vrrp-group 10 priority 100
set interfaces ethernet eth1 vrrp vrrp-group 10 virtual-address 192.168.40.1/24
set interfaces ethernet eth1 vrrp vrrp-group 10 description “LAN VRRP”
set interfaces ethernet eth1 vrrp vrrp-group 10 advertise-interval 1

What exactly does “our office loses connection with the other office” mean?

There is no VPN connections between two offices when I set up VRRP . Without VRRP there is VPN between the two offices!

Can you post the full config for both vyos vrrp routers?

show configuration | commands