For Workers & Pages, what is the name of the domain?
universal.oroborus.org
What is the issue or error you’re encountering
I cannot set a new workers build api token. I accidentally deleted my workers->settings->build->API token (Workers Builds - 2025-02-26 15:48), when I try to create a new one using the + Create New Token drop-down, it won’t let me saying These rules must pass for
{ “act”: “user”, “sparams”: “tokens”, “name”: “Workers Builds - 2025-03-10 20:26”, “scopes”: { }, “permissionGroupKeys”: { }, … } - policies must be present
.
What steps have you taken to resolve the issue?
-
I’ve tried auto-generating a new token by clicking
+ Create New Token
button inside the workers->settings->build->API token dialog- PROBLEM: when I click
+ Create New Token
it inserts a new token name with the current date (Workers Builds - 2025-03-10 20:29
), but when I click update a red banner appears at the bottom which says:These rules must pass for
{ “act”: “user”, “sparams”: “tokens”, “name”: “Workers Builds - 2025-03-10 20:26”, “scopes”: { }, “permissionGroupKeys”: { }, … }- policies must be present
. The update does not work.
- PROBLEM: when I click
-
I have tried following Configuration · Cloudflare Workers docs to manually create a build token named
Worker Builds - hand regenerated mar 10
.- The
Worker Builds - hand regenerated mar 10
token appears in Account API Tokens, its the only one listed - PROBLEM: it does NOT show up inside the workers->settings->build-API token dialog.
- This dialog DOES show the name of the old/deleted API token, which is NOT present on “Account API Tokens” because it was deleted from there by accident.
- The
As a result, I cannot fix my build which says:
19:09:44.083 Initializing build environment...
19:09:52.859 Success: Finished initializing build environment
19:09:53.561 Failed: The build token selected for this build has been deleted or rolled and cannot be used for this build. Please update your build token in the Worker Builds settings and retry the build.
As it should! I deleted the token in “Account API Tokens” by accident, so of course its broken. What’s crazy is that its stuck with the old token name that doesn’t exist, and I can’t auto-generate a new one OR select a manually generated one.