Worflows deploy issue

With wrangler I am not able to deploy workflows. I tried with: 1) My own workflows 2) Cloudflasre default one: npm create cloudflare@latest workflows-starter -- --template "cloudflare/workflows-starter" In cli it is showing: X [ERROR] A request to the Cloudflare API (/accounts/xxxxxxxx/workflows/workflows-hello-world) failed. Authentication error [code: 10000] šŸŽ¢ Membership roles in "Organization Name": Contact account super admin to change your permissions. - Super Administrator - All Privileges But I am the super admin of my account. wrangler whoami is giving following: šŸ”“ Token Permissions: 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) - pages (write) - zone (read) - ssl_certs (write) - ai (write) - queues (write) - zone (read) - ssl_certs (write) - ai (write) - queues (write) - ssl_certs (write) - ai (write) - queues (write) - ai (write) - queues (write) - queues (write) - pipelines (write) - secrets_store (write) - pipelines (write) - secrets_store (write) - secrets_store (write) - containers (write) - cloudchamber (write) - offline_access How can I deploy workflows?
2 Replies
saeedesmaili
saeedesmaili•2w ago
I'm having the same issue, were you able to find a solution to this?
DHN Chandan
DHN ChandanOP•2w ago
Not yet I ran command "npx wrangler workflows list" from cli. After that I can deploy workflows.

Did you find this page helpful?