Asset upload and changeset request fail
Hi there,
I am getting the following errors from Wrangler (including by using Workers Build):
When I have static assets in the deployment:
Without static assets in the deployment:
The worker has definitely been created on the CF portal. I'm curious what causes this error especially since other API calls seem to work just fine (the portal is able to show me the bindings associated with the Worker, for instance).
Thanks for your help!
6 Replies
What's your Worker name? Definitely shouldn't be getting here, this erorr generally means it's an invalid path'
It's called
accountsah yeah that'll do it :blobsweats:
you confuse the api routing service when you have like accounts zones in the path because it uses those as key terms in the path
oooh
if you change that to like accounts-production or something, should be fine
That makes sense, I'll swap the name for another one. Thanks for the help!
Yup, that did the trick!