Random Authentication error [code: 10000] when listing workflows or deploying with wrangler.

Hi šŸ‘‹ I recently added a workflow to my vite (react-router 7) worker app. Since then I have been having problem deploying the app with wrangler deploy. Since yesterday, I regurlary get the following error:
✘ [ERROR] A request to the Cloudflare API (/accounts/8d5a45d55c4673f569b9f0dc05d8d833/workflows) failed.

Authentication error [code: 10000]
✘ [ERROR] A request to the Cloudflare API (/accounts/8d5a45d55c4673f569b9f0dc05d8d833/workflows) failed.

Authentication error [code: 10000]
It happens with: - wrangler deploy - wrangler workflows list For example listing workflow is working 1 out of 3 times, (really 2 errors in a row, the third time it will work, in the span of less than a 1 minute). Is there any problem since yesterday on these services? Am I doing something wrong? My token has the following permissions
šŸ”“ Token Permissions: If scopes are missing, you may need to logout and re-login.
Scope (Access)
- account (read)
- user (read)
- workers (write)
- workers_kv (write)
- workers_routes (write)
- workers_scripts (write)
- workers_tail (read)
- d1 (write)
- pages (write)
- zone (read)
- ssl_certs (write)
- ai (write)
- queues (write)
- pipelines (write)
- secrets_store (write)
- containers (write)
- cloudchamber (write)
- offline_access
šŸŽ¢ Membership roles in "xxxxx@xxxx.com's Account": Contact account super admin to change your permissions.
- Super Administrator - All Privileges
šŸ”“ Token Permissions: If scopes are missing, you may need to logout and re-login.
Scope (Access)
- account (read)
- user (read)
- workers (write)
- workers_kv (write)
- workers_routes (write)
- workers_scripts (write)
- workers_tail (read)
- d1 (write)
- pages (write)
- zone (read)
- ssl_certs (write)
- ai (write)
- queues (write)
- pipelines (write)
- secrets_store (write)
- containers (write)
- cloudchamber (write)
- offline_access
šŸŽ¢ Membership roles in "xxxxx@xxxx.com's Account": Contact account super admin to change your permissions.
- Super Administrator - All Privileges
2 Replies
Mehanika
Mehanika•4mo ago
Exact same issue for me but to my worker
saeedesmaili
saeedesmaili•4mo ago
I'm having the same issue, were you able to find a solution?

Did you find this page helpful?