LAN Ping not working

I have a very strange issue which I cannot figure out.

I cannot ping devices within the LAN.
I can ping from the router to a device (so its not the device firewall), but I cannot ping that same device from another on the same LAN

Current FW Filters
0 chain=forward action=accept src-address=192.168.0.0/24 log=no log-prefix=“”
1 chain=input action=accept protocol=tcp dst-port=8291 log=no log-prefix=“”
2 chain=input action=accept protocol=icmp log=no log-prefix=“”
4 chain=input action=accept connection-state=established log=no log-prefix=“”
5 chain=input action=accept connection-state=related log=no log-prefix=“”
6 chain=input action=drop connection-state=invalid log=no log-prefix=“”
7 chain=input action=accept src-address-list=known log=no log-prefix=“”
8 chain=input action=drop log=no log-prefix=“”
9 chain=forward action=accept connection-state=established log=no log-prefix=“”
10 chain=forward action=accept connection-state=related log=no log-prefix=“”
11 chain=forward action=drop connection-state=invalid log=no log-prefix=“”
12 chain=forward action=drop log=no log-prefix=“”
13 chain=forward action=drop log=no log-prefix=“”

Current NAT Rules
0 chain=srcnat action=masquerade src-address=192.168.0.0/24 log=no log-prefix=“”

Currently all devices are connected wirelessly via CAPs managed AP

CAP defaults to client isolation (no forwarding).

https://wiki.mikrotik.com/wiki/Manual:CAPsMAN#Master_Configuration_Profiles
See datapath.client-to-client-forwarding

Ahh perfect, thanks.
My first dealings with CAPSman

So I now have a strange issue with this.

If I enable client-forwarding then I have clients constantly disconnecting. Its like it keeps resetting the wifi signal and I’ve checked with with WifiAnalyzer and the signal graph drops very often.
The moment i disable client-forwarding then all is stable and fine, but obviously this is an issue as clients then cannot communicate with each other, so LAN printing is not working

Any assistance please

does local forward have to be use in conjunction with client-to-client