Troubeshooting & Support

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:

  1. Go to Cloudflare Dashboard → Caching → Cache Rules
  2. Create rule: https://yourdomain.com/wp-json/*
  3. Set: Cache Level → Bypass, Edge Cache TTL → 0
  4. Purge existing cache

Result: REST API calls work correctly, buttons load properly. This affects Gutenberg blocks and user-specific content delivery.