Cloudflare Can't Find My Service suddenly
I am getting this error when I log into my back office and go into one of my Workers:
We could not find that Workers Service on your account. (Code: 10007)
The Worker is receiving requests and it works in
wrangler dev
mode as well.
I am trying to update my Worker but I can't publish it because of this error. Any ideas?6 Replies
if its the error I'm thinking of then the publish should work and the error is sent afterwards
The dash error as well though, means the worker service is borked
I am on wrangler version 2.9.0... only a minor version behind
Here is the error I'm getting through the cli
workers.api.error.script_not_found [code: 10007]
if you happen to have a paid zone plan I would recommend filing a support ticket so we can look into the borked worker service that way
@Erisa | Support Engineer I do have a paid plan. I will do that. Thanks. You were write though... it did publish the worker and then threw the error
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
You need a paid zone/website plan (Pro or higher) to file a support ticket
Otherwise, you can post on https://community.cloudflare.com/ while logged in to the account and we can go from there
Regarding this error, note that the
wrangler publish
will still succeed despite the error, and deleting and recreating the Worker is a workaround if available to you