SOLVED: Bricks won't save (spinning wheel on save button) + data retrieval error (Cloudflare WAF was causing issues with admin-ajax.php)

A lot of people have been following this link so I should point out that further in that Cloudflare post it is noted that the above solution works because it basically disables the OWASP firewall rules altogether. :grimacing: Not exactly ideal. The alternative suggestion there is to:

Edit the scope to “Customer Filter Expression” and make it “When incoming requests match”
URI Path → does not contain → /wp-admin/admin-ajax.php

Not perfect, but probably better. I hope that helps future Bricks + Cloudflare users.