znut
znut
CDCloudflare Developers
Created by znut on 4/5/2025 in #workers-help
Worker build internal error
tried creating new worker, still got the same internal error...
6 replies
CDCloudflare Developers
Created by znut on 4/5/2025 in #workers-help
Worker build internal error
here is the latest build, still failed builds/9d84ae66-bfbc-4000-a29f-08e8905e0d15 I'll probably have time today to retry creating new worker from scratch to see if it works
6 replies
CDCloudflare Developers
Created by znut on 4/5/2025 in #workers-help
Worker build internal error
@Walshy | Workers/Pages any updates? in the meantime, I tried to trigger few more builds but always got the same error message few seconds after triggering the build
6 replies
CDCloudflare Developers
Created by znut on 4/5/2025 in #workers-help
Worker build internal error
I think this? 8ec597a1-90f7-439f-9324-599addc9a293 taking from the last fragment of the url right?
6 replies
CDCloudflare Developers
Created by znut on 3/21/2025 in #pages-help
Is it possible to clone without LFS with Git integration?
I mean the cloudflare build itself, I assume always clone with LFS. Whereas, in my Github action I can explicitly write
- uses: actions/checkout@v4
with:
lfs: true
- uses: actions/checkout@v4
with:
lfs: true
or there maybe an option somewhere I can tell Cloudflare build to not download LFS when cloning? 🤔
4 replies
CDCloudflare Developers
Created by dexter on 2/26/2025 in #workers-help
Moved repo to a new GitHub org and now Workers Builds doesn't detect changes anymore
@aniniflare I tried create new worker and re-attach git repo already but it didn;t help. also try changing branch / update wrangler version and toml to have matching name also didn't help. It's not urgent for me rn, but I plan to use cron and other worker exclusive features soon so I'm trying to migrate
11 replies
CDCloudflare Developers
Created by dexter on 2/26/2025 in #workers-help
Moved repo to a new GitHub org and now Workers Builds doesn't detect changes anymore
I happened to have same problem, move one git repo to another github org and worker build doesn't pick up anymore. any resolution?
11 replies