Error code 10013 - An unknown error has occurred

When I try to deploy or delete a worker through api I receive an unknown error. The problem occurs with cli commands also.
{ "result": null, "success": false, "errors": [ { "code": 10013, "message": "An unknown error has occurred. If this error persists, please file a report in workers-sdk (https://github.com/cloudflare/workers-sdk/issues) or reach out to your account team." } ], "messages": [] }{ "result": null, "success": false, "errors": [ { "code": 10013, "message": "An unknown error has occurred. If this error persists, please file a report in workers-sdk (https://github.com/cloudflare/workers-sdk/issues) or reach out to your account team." } ], "messages": [] }
The problems starts after I create a new API token, before it api works fine.
GitHub
cloudflare/workers-sdk
⛅️ Home to Wrangler, the CLI for Cloudflare Workers® - cloudflare/workers-sdk
5 Replies
texan
texan3mo ago
?link
SuperHelpflare
SuperHelpflare3mo ago
Please use the /link command to authenticate with your Cloudflare account and link it to your Discord user. This helps Cloudflare employees access your details more quickly and provide support. It also makes future support requests easier, since your account will already be linked.
skben
skbenOP3mo ago
done
texan
texan3mo ago
Thanks for linking @skben ! We actually caught this yesterday, a fix is rolling out as we speak, and should be fully available in an hour or so!
skben
skbenOP3mo ago
Now it's working. Thanks!

Did you find this page helpful?