workers.api.error.internal_server
I’m getting an internal error on trying to deploy a worker module from the API:
https://api.cloudflare.com/client/v4/accounts/8d093faf5772cff838a12d1c9bc87afd/workers/scripts/agent-worker-f53a7df5-550c-4af3-91a5-1ec1442c6553/content 2
{
“result”: null,
“success”: false,
“errors”: [
{
“code”: 10002,
“message”: “workers.api.error.internal_server”
}
],
“messages”:
}
I have the HAR file but I’m not sure where to post it, since it contains my keys. Going through the support flow does not allow me to post a ticket, it leads me here (I am on the Pro plan). Any way to get help with this backend error? The API doesn’t tell me what I am doing wrong.
Thanks!
0 Replies