When I login to cloudflare everything looks normal. I can click on one of my sites and see stats and that it’s connected. But when I try to add a rule, the rule doesn’t add. I looked at the console log and on every page I get the following error for this URL:
https://dash.cloudflare.com/api/v4/zones/ba61f14fa7f2f8b81e213697bc374cab/subscription
{
“success”: false,
“errors”: [
{
“code”: 1207,
“message”: “Add a core subscription first and try again. The zone does not have an active core subscription.”
}
]
}
This happens no matter what site I choose. I verified thta all my accounts are on the free subscription plan, so I’m not sure why this is happening, but I’m unable to save rules. https://dash.cloudflare.com/api/v4/zones/ba61f14fa7f2f8b81e213697bc374cab/rulesets/phases/http_config_settings/entrypoint
I also get this error on this URL when I go to rules: {
“result”: null,
“success”: false,
“errors”: [
{
“message”: “could not find entrypoint ruleset in the http_config_settings phase”
}
],
“messages”: null
}