Hi @isaumya correct, I am using “API Key” with my email.
I click on Enabled under Cloudflare Workers, then click Save, and it saves ok, then refreshes the page with “Enable Page Cache” button at the top.
I click that button, and I get a popup with that error.
Here’s from the log file:
[2022-01-27 00:27:41] [cloudflare::worker_route_get_list] Request https://api.cloudflare.com/client/v4/zones/ff77a5aeea799e0e72d2a66bXXXXXXXX/workers/routes <- (Redacted a bit if sensitive info)
[2022-01-27 00:27:42] [cloudflare::worker_route_get_list] Response {
"result": [],
"success": true,
"errors": [],
"messages": []
}
and then a “get_account_ids” request with a big response showing the domains under my account, and then:
[2022-01-27 00:27:42] [cloudflare::worker_get_list] I'm using the account ID:
[2022-01-27 00:27:42] [cloudflare::worker_get_list] Request https://api.cloudflare.com/client/v4/accounts//workers/scripts
[2022-01-27 00:27:42] [cloudflare::worker_get_list] Response: {"success":false,"errors":[{"code":7003,"message":"Could not route to \/accounts\/workers\/scripts, perhaps your object identifier is invalid?"},{"code":7000,"message":"No route for that URI"}],"messages":[],"result":null}
[2022-01-27 00:27:42] [cloudflare::worker_get_list] Error: Could not route to /accounts/workers/scripts, perhaps your object identifier is invalid? (err code: 7003) - No route for that URI (err code: 7000)
[2022-01-27 00:27:42] [cloudflare::worker_upload] I'm using the account ID:
[2022-01-27 00:27:42] [cloudflare::worker_upload] Request https://api.cloudflare.com/client/v4/accounts//workers/scripts/swcfpc_worker_XXXXXXXXXX <- (I redacted just in case)
[2022-01-27 00:27:43] [cloudflare::worker_upload] Response: {"success":false,"errors":[{"code":7003,"message":"Could not route to \/accounts\/workers\/scripts\/swcfpc_worker_1623132188, perhaps your object identifier is invalid?"},{"code":7000,"message":"No route for that URI"}],"messages":[],"result":null}
Feel free to email me support @ presswizards.com and I can create a WP admin login if you like.