CAPSMAN - Caps have all lost virtual wlan interfaces

I have capsman running on a RouterBOARD 750G r3 (hEX) and all my caps for some reason have lost their virtual wlan interfaces that were normally created when they connect to capsman. This has been working for a few years and I have been adding caps one by one and now I have no idea why it’s failing. I even tried to update the ROS. This is a church and a school. Any Ideas?

All I am getting now is this. When I disable:
2024-04-06_13-52-28.png
Re-enable: Normally I would get 8 ssid’s and wlan interfaces. Now NO ssids and missing 6 wlan interfaces
2024-04-06_13-55-40.png
capsman-config.rsc (10.1 KB)

No ssid’s are showing up after they receive the config from capsman

It looks like Mikrotik ROS might have a bug. I am not sure completely but this was resolved by changing the provisioning from “create-dynamic-enabled” to “create-enabled” (Thanks Sindy!)

/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=b,g,gn master-configuration=SFSCS-2G slave-configurations=
FAFC-2G,FAFC-Guests-2G,SFSCS_Staff-2G
add action=create-dynamic-enabled hw-supported-modes=a,an,ac master-configuration=SFSCS-5G slave-configurations=
FAFC-5G,FAFC-Guests-5G,SFSCS_Staff-5G

/caps-man provisioning
add action=create-enabled hw-supported-modes=b,g,gn master-configuration=SFSCS-2G name-format=prefix-identity slave-configurations=
FAFC-2G,FAFC-Guests-2G,SFSCS_Staff-2G
add action=create-enabled hw-supported-modes=a,ac,an master-configuration=SFSCS-5G name-format=prefix-identity slave-configurations=
FAFC-5G,FAFC-Guests-5G,SFSCS_Staff-5G

ALL AP’s were offline but could speak to the CapsMan but would not obtain the SSID’s. Once changed to “create-enabled” they all came right back up.

working-2024-04-07_12-08-33.png