Skip to main content

CFL101 - Cloudflare List Not Found

Agent error code #CFL101 indicates that the Knocknoc backend is configured with a Cloudflare list name, and no rule list with that name exists in the configured Cloudflare account. The agent looks the name up to resolve it to a list ID, and that lookup returned no match.

Common causes include:

  • A typo in the List Name field (names are case sensitive and must match exactly)
  • The list was renamed or deleted in the Cloudflare dashboard after the Knoc was configured
  • The wrong Account ID is configured, so the agent is searching an account that does not contain the list
  • The API token is scoped to a different account than the one that holds the list

Steps to Resolve

Confirm the List Name

  1. In the Cloudflare dashboard, go to Manage Account > Configurations > Lists
  2. Confirm a list with the exact name configured in Knocknoc exists (matching case and spacing)
  3. Copy the name and paste it into the List Name field of the Knocknoc backend configuration

Confirm the Account

  1. Confirm the Account ID configured on the Knocknoc backend matches the account that holds the list
  2. Confirm the API token is authorized for that same account

For info on how to do this, follow the instructions here.

Use the List ID Instead

If the name keeps changing, configure the list by its ID rather than its name:

  1. Open the list in the Cloudflare dashboard and copy its ID from the end of the URL
  2. Paste it into the List ID field of the Knocknoc backend configuration; the agent then skips the name lookup entirely