Error on remote worker: APIError: A request to the Cloudflare API
I'm trying to test out a browser deployed on worker in a DO and getting this error
My toml
5 Replies
https://community.cloudflare.com/t/error-on-remote-worker-apierror-a-request-to-the-cloudflare-api-failed/716272
it appears to be this issue
I get this runnign wrangler dev --remote
wrangler 3.78.12
I'm not so sure that's the same issue. I'm seeing several errors for
MYBROWSER
being bound more than once for your accountAh I see. I changed the bounding name and am able to use dev now. Is there a way on my end to see MYBROWSER is bound more than once?
Not that I’m aware of (not that there isn’t, I’m just new enough to not definitively know 🙂)
(/accounts/3ee55606f881222ad1efb703537713b1/workers/scripts/backoffice/edge-preview) failed.',
notes: [ { text: 'workers.api.error.unknown [code: 10013]' } ],
location: undefined,
kind: 'error',
code: 10013,
accountTag: '3ee55606f881222ad1efb703537713b1'
}
I am also getting an unknown error. Any idea what this code may indicate?