When I run wrangler publish
, Wrangler returns a 500 error. I have been trying this intermittently for the past week and it has not yet succeeded. I have a production system running on Workers that I cannot update due to this bug.
Ticket 2191960
π Using namespace for Workers Site "__unicart-workers_sites_assets"
β¨ Success
π Uploading site files
Error: Something went wrong! Status: 500 Internal Server Error, Details {
"result": null,
"success": false,
"errors": [
{
"code": 10013,
"message": "workers.api.error.unknown"
}
],
"messages": []
}