RBGrooveGA-52HPacn Config

Hey everyone. Long time lurker, first time poster here.

I've had a few Mikrotik products in my ecosystem for a while now, but recently moved and decided to start over and do a fresh reset on everything as I get the new network set up.
That worked out well for my switches, but not my wireless access point.
I'm using the RBGrooveGA-52HPacn as an outdoor AP/antenna for my wireless stuff in the garden.

That being said, they all can connect just fine. All of them are in the list of connected clients but none of them are being given IP addresses and I cannot connect to any of them.
I've driven myself mad over the last two days and tried a dozen suggestions from other posts I've seen here.

So, I give up (sort of). Here's my config. What have I done wrong?

[admin@mik-ap] > /export

2023-08-21 08:07:30 by RouterOS 7.11

software id = BMJT-JS6U

model = RBGrooveGA-52HPacn

serial number = MYSERIALNUMBER

/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=1 band=2ghz-b/g/n channel-width=20/40mhz-Ce disabled=no
frequency=auto mode=ap-bridge ssid=MYSSIDNAME wireless-protocol=802.11
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/interface bridge port
add bridge=bridge1 interface=ether1 trusted=yes
add bridge=bridge1 interface=wlan1 trusted=yes
/ip neighbor discovery-settings
set discover-interface-list=all
/interface list member
add interface=ether1 list=WAN
add interface=wlan1 list=LAN
/ip dhcp-client
add interface=bridge1
/ip dns
set servers=192.168.1.1
/system clock
set time-zone-name=America/New_York
/system identity
set name=mik-ap
/system note
set show-at-login=no