I can't get an address from a Wi-Fi network managed by CAPsMAN2

I want to make a wireless network with CAPsMAN 2 and WiFi Wave2 AP.
These are the CAPsMAN and AP configurations:
CAPsMAN

[admin@CAPsMAN] > export
# 1970-01-02 02:27:08 by RouterOS 7.12.2
# software id = AEGA-Z0TG
#
# model = cAPGi-5HaxD2HaxD
# serial number = 
/interface bridge
add admin-mac=D4:01:C3:BE:FA:00 auto-mac=no name=bridge-lan
add name=bridge-wifi
/interface wifiwave2
add name=cap-wifi1 radio-mac=D4:01:C3:BB:4C:F7
set [ find default-name=wifi2 ] configuration.mode=ap name=wifi2GHz
set [ find default-name=wifi1 ] configuration.mode=ap name=wifi5GHz
/interface wifiwave2 channel
add band=2ghz-ax disabled=no frequency=2412 name=ch1-2GHz width=20mhz
/interface wifiwave2 datapath
add bridge=bridge-wifi disabled=no name=datapath-wifi vlan-id=1
/interface wifiwave2 configuration
add channel=ch1-2GHz datapath=datapath-wifi disabled=no name=cfg2GHz-ch1 security.ft=no ssid=Istar
/ip pool
add name=pool-wifi ranges=192.168.88.10-192.168.88.250
/ip dhcp-server
add address-pool=pool-wifi interface=bridge-wifi name=server-wifi
/interface bridge port
add bridge=bridge-lan interface=ether1
add bridge=bridge-lan interface=ether2
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/interface wifiwave2 capsman
set enabled=yes interfaces=bridge-lan package-path="" require-peer-certificate=no upgrade-policy=none
/interface wifiwave2 provisioning
add action=create-dynamic-enabled disabled=no master-configuration=cfg2GHz-ch1 name-format=et1-AP1-2GHz radio-mac=D4:01:C3:BB:4C:F8
/ip address
add address=10.10.10.5/24 interface=bridge-lan network=10.10.10.0
add address=192.168.88.1/24 interface=bridge-wifi network=192.168.88.0
/ip dhcp-server network
add address=192.168.88.0/24 gateway=192.168.88.1
/system identity
set name=CAPsMAN
/system note
set show-at-login=no
[admin@CAPsMAN] >

AP

[admin@AP] > export
# 1970-01-02 00:09:02 by RouterOS 7.15
# software id = 7YZC-PKRB
#
# model = cAPGi-5HaxD2HaxD
# serial number =
/interface bridge
add admin-mac=D4:01:C3:BB:4C:F5 auto-mac=no comment=defconf name=bridgeLocal
/interface wifi datapath
add bridge=bridgeLocal comment=defconf disabled=no name=capdp
/interface wifi
# managed by CAPsMAN
set [ find default-name=wifi1 ] configuration.manager=capsman datapath=capdp
# managed by CAPsMAN
# mode: AP, SSID: Istar, channel: 2412/ax
set [ find default-name=wifi2 ] configuration.manager=capsman datapath=capdp disabled=no
/interface bridge port
add bridge=bridgeLocal comment=defconf interface=ether1
add bridge=bridgeLocal comment=defconf interface=ether2
/interface wifi cap
set discovery-interfaces=bridgeLocal enabled=yes slaves-datapath=capdp
/ip dhcp-client
add comment=defconf interface=bridgeLocal
/system identity
set name=AP
/system note
set show-at-login=no
[admin@AP] >

The wireless network appears, but when I connect to it I don’t get an address from a dhcp server.

With the previous version of CAPsMAN, when the AP connected to the manager, it appeared as a dynamic port. Now that doesn’t happen.
What am I missing?

[admin@CAPsMAN] > /interface/bridge/port/print 
Flags: I - INACTIVE
Columns: INTERFACE, BRIDGE, HW, PVID, PRIORITY, PATH-COST, INTERNAL-PATH-COST, HORIZON
#   INTERFACE  BRIDGE      HW   PVID  PRIORITY  PATH-COST  INTERNAL-PATH-COST  HORIZON
0   ether1     bridge-lan  yes     1  0x80             10                  10  none   
1 I ether2     bridge-lan  yes     1  0x80             10                  10  none   
[admin@CAPsMAN] >

You should probably update to latest version of RouterOS on both devices. Your cap is running 7.15 and capsman 7.12.
(it probably will not solve your issue)