FAQ
RichWP GrowRich Buttons Not Working with Cloudflare
Problem: REST API endpoints return 404 errors or buttons fail to load when site is behind Cloudflare.
Cause: Cloudflare caches dynamic REST API responses (/wp-json/richwp-growrich/v1/*), serving stale or incorrect data to users.
Solution:
- Go to Cloudflare Dashboard → Caching → Cache Rules
- Create rule:
https://yourdomain.com/wp-json/* - Set: Cache Level → Bypass, Edge Cache TTL → 0
- Purge existing cache
Result: REST API calls work correctly, buttons load properly. This affects Gutenberg blocks and user-specific content delivery.