Failed to publish your Function. Got error: Unknown internal error occurred
Trying to deploy my pages site with a service worker binding I am receiving this cryptic error message. I think the deploy id is
bb0e0b15-0ff9-48a6-aa0c-d9d62a16d7b6
8 Replies
I escalated this thread so someone from Cloudflare can take a look
Hmm it looks like we are just seeing
edge_deployment_failed: deploy_worker_failed:Unknown internal error occurred.
Going to see if I can find more info past that.from memories of my employee days you can usually find something juicy towards the end of the internal logs, but not always
Yeah digging through there I'm not finding any details, no errors reported within debug logs so trying to see if there's anything I'm missing
happy to provide any additional information I can about setup/etc
I think you've given us what we need but maybe I'm missing something. Getting a second pair of eyes to hopefully catch what I'm not.
oh i got it! i was using the system completely incorrectly. i didn't have a worker created to bind to. i thought that wrangler would create one for me
I guess that would explain why the error was unknown!