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
?link
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.
done
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!
Now it's working. Thanks!