{
  "id": "policy/cloudflare-rate-limit-api-plan-exceeded",
  "signature": "Error 1101: Too many page rules for your plan. You have 3 page rules, but your plan allows a maximum of 3.",
  "signature_zh": "错误 1101：您的计划中的页面规则过多。您有 3 条页面规则，但您的计划最多允许 3 条。",
  "regex": "Error 1101: Too many page rules for your plan\\. You have \\d+ page rules, but your plan allows a maximum of \\d+\\.",
  "domain": "policy",
  "category": "resource_error",
  "subcategory": null,
  "root_cause": "Cloudflare free plan limits page rules to 3; attempting to add a 4th triggers this error.",
  "root_cause_type": "generic",
  "root_cause_zh": "Cloudflare 免费计划将页面规则限制为 3 条；尝试添加第 4 条会触发此错误。",
  "versions": [
    {
      "version": "Cloudflare API v4",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Cloudflare Dashboard 2024",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Delete all page rules and recreate them in a different order.",
      "why_fails": "The limit is on the number of rules, not their order. Deleting and recreating doesn't increase the count.",
      "fail_rate": 1.0,
      "condition": "",
      "sources": []
    },
    {
      "action": "Use Cloudflare Workers to implement the same logic and bypass page rules.",
      "why_fails": "Workers have their own limits and pricing; they are not a direct replacement for page rules. Also, Workers may not support all page rule features like URL forwarding.",
      "fail_rate": 0.5,
      "condition": "",
      "sources": []
    },
    {
      "action": "Wait for the limit to reset (like a rate limit).",
      "why_fails": "This is a hard plan limit, not a rate limit. It does not reset over time.",
      "fail_rate": 1.0,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Upgrade to a paid Cloudflare plan (Pro or Business) that allows more page rules. Pro plan allows 20 page rules. Upgrade via Cloudflare Dashboard > Billing.",
      "success_rate": 0.95,
      "how": "Upgrade to a paid Cloudflare plan (Pro or Business) that allows more page rules. Pro plan allows 20 page rules. Upgrade via Cloudflare Dashboard > Billing.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Consolidate multiple page rules into fewer rules using wildcards or combined conditions. For example, instead of separate rules for '/blog/*' and '/news/*', use a single rule with pattern '/{blog,news}/*'.",
      "success_rate": 0.8,
      "how": "Consolidate multiple page rules into fewer rules using wildcards or combined conditions. For example, instead of separate rules for '/blog/*' and '/news/*', use a single rule with pattern '/{blog,news}/*'.",
      "condition": "",
      "sources": []
    },
    {
      "action": "Use Cloudflare Transform Rules (available on free plan) to handle some use cases like URL rewriting, which can reduce page rule count. Create a transform rule via Dashboard > Rules > Transform Rules.",
      "success_rate": 0.85,
      "how": "Use Cloudflare Transform Rules (available on free plan) to handle some use cases like URL rewriting, which can reduce page rule count. Create a transform rule via Dashboard > Rules > Transform Rules.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Upgrade to a paid Cloudflare plan (Pro or Business) that allows more page rules. Pro plan allows 20 page rules. Upgrade via Cloudflare Dashboard > Billing.",
    "Consolidate multiple page rules into fewer rules using wildcards or combined conditions. For example, instead of separate rules for '/blog/*' and '/news/*', use a single rule with pattern '/{blog,news}/*'.",
    "Use Cloudflare Transform Rules (available on free plan) to handle some use cases like URL rewriting, which can reduce page rule count. Create a transform rule via Dashboard > Rules > Transform Rules."
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://developers.cloudflare.com/support/errors/error-1101-too-many-page-rules/",
  "official_doc_section": null,
  "error_code": "1101",
  "verification_tier": "ai_generated",
  "confidence": 0.92,
  "fix_success_rate": 0.9,
  "resolvable": "true",
  "first_seen": "2023-08-20",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}