Bridging not working

I am bridging a connection between an SXTsq 5 ax and a NetMetal AX. The wifi interface on the bridge shows inactive regardless of what i do. the wireless wifi settings as far has SSID and security are correct.
code for the netmetal is attached

# 2026-04-26 12:46:45 by RouterOS 7.21.4
# software id = B0LD-5UFK
#
# model = L23UGSR-5HaxD2HaxD
# serial number = HH90A0EDT1V
/interface bridge
add name=bridge1
/interface wifi
set [ find default-name=wifi1 ] channel.skip-dfs-channels=10min-cac \
    configuration.mode=ap .ssid=MikroTik-66EB6F disabled=no \
    security.authentication-types=wpa2-psk,wpa3-psk .ft=yes .ft-over-ds=yes
set [ find default-name=wifi2 ] channel.band=5ghz-ax .secondary-frequency=\
    disabled .skip-dfs-channels=10min-cac .width=20/40/80mhz \
    configuration.mode=ap .ssid=GSCAMANT5 datapath.bridge=bridge1 disabled=no \
    security.authentication-types=wpa2-psk .ft=yes .ft-over-ds=yes
/interface ethernet
set [ find default-name=sfp1 ] advertise="10M-baseT-half,10M-baseT-full,100M-b\
    aseT-half,100M-baseT-full,1G-baseT-half,1G-baseT-full,1G-baseX" disabled=\
    yes
/interface list
add name=WAN
add name=LAN
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wifi2
/ip neighbor discovery-settings
set discover-interface-list=all
/interface list member
add interface=bridge1 list=LAN
add interface=sfp1 list=WAN
/interface ovpn-server server
add mac-address=FE:3A:94:28:1C:AE name=ovpn-server1
/interface wifi access-list
add action=accept disabled=no interface=any mac-address=F4:1E:57:F2:E1:F5
add action=accept disabled=no interface=any mac-address=F4:1E:57:F2:E4:63
add action=accept disabled=no interface=any mac-address=04:F4:1C:99:EB:EF
add action=accept disabled=no interface=any mac-address=04:F4:1C:99:20:0B
/ip address
add address=192.168.88.132/24 interface=bridge1 network=192.168.88.0
add address=192.168.88.253/24 interface=sfp1 network=192.168.88.0
/ip dhcp-client
add comment=defconf interface=*6
/ip ipsec profile
set [ find default=yes ] dpd-interval=2m dpd-maximum-failures=5
/ipv6 nd
set [ find default=yes ] advertise-dns=yes

The wifi interface on the client with the SSID, over which the connection will be made, should be put in station-bridge mode

Sorry I double posted code. This is the SXT code

# 2026-04-25 09:01:26 by RouterOS 7.21.4
# software id = 88AX-TJ4Y
#
# model = SXTsq-5axD
# serial number = HK70AYKT30V
/interface bridge
add name=bridge1
/interface wifi
set [ find default-name=wifi1 ] channel.band=5ghz-ax configuration.country=\
    Canada .mode=station-bridge .ssid=GSCAMANT5 datapath.bridge=bridge1 \
    disabled=no security.authentication-types=wpa2-psk
/interface list
add name=WAN
add name=LAN
/interface bridge port
add bridge=bridge1 interface=ether1 trusted=yes
add bridge=bridge1 interface=wifi1 trusted=yes
/interface list member
add interface=ether1 list=WAN
add interface=bridge1 list=LAN
/ip address
add address=192.168.88.117/24 interface=bridge1 network=192.168.88.0
/ip dhcp-client
add disabled=yes interface=ether1
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=192.168.88.1

I should add that this was working perfectly fine one of the SXT ax hubs, until it was updated from 7.18.4 to 7.21.4

I decided to update to 7.23.1 stable firmware and now the winbox program finds the unit, and when i open it, winbox quits. What is going on MikroTik