Hi @redsector,
Firstly it is important to understand whether an issue is only with cloud connectivity, or clients are also affected. If when the AP is offline clients can still connect to it, then the issue would be related only to the management traffic.
In both cases, once you identified the scope, I would recommend collecting packet captures on the switch port where the problematic AP is connected and filter by the AP MAC address with "eth.addr == {AP_mac}" filter. In the pcaps pay attention to any DHCP, ARP and/or DNS messages. If any of the above is not replied, investigate in this direction.
Based on my experience, this is usually caused by DHCP issues, but pcaps will definitely be useful here.
If your AP is connected to Meraki device upstream, you can leverage Dashboard Packet Capture utility to collect pcaps.
If you found this post helpful, please give it kudos. If my answer solved your problem, click "accept as solution" so that others can benefit from it.