Cloudflare API Internal error when deploying new version

Hi, I'm getting the following error while trying to deploy a new version of my application: ✘ [ERROR] A request to the Cloudflare API (/accounts/66fdcaa33feba9cdeb857bfc810ab75b/workers/scripts/ponzi-land-mainnet/versions) failed. Uncaught Error: internal error; reference = 8tkgsaa6farpisjl22b70o2j [code: 10021] The link to the action that is failing: https://github.com/RuneLabsxyz/PonziLand/actions/runs/16505888977/job/46676548601 Is there something I can do on my side, or is it a transitory issue? I've been having bundler-related errors before, and I've only now disable it, so could it be the reason?
GitHub
feat: Created dynamic manifest config. · RuneLabsxyz/PonziLand@e3f...
Contribute to RuneLabsxyz/PonziLand development by creating an account on GitHub.
9 Replies
Walshy
Walshy5mo ago
Are you consistently seeing this?
Red
RedOP5mo ago
I've tried multiple times over the last 30 minutes, always getting the same issue inside of the action Seems like I'm getting a hang (process not exiting) on my local computer when disabling dry mode too
Avi
Avi5mo ago
i'm also getting issues deploying new code new deployments never becoming available even after 30+ mins waiitng started ~1 hour ago update: finally deployed
texan
texan5mo ago
Hmmm, I'm only seeing 400s for your account on that worker. Also the status code lines up with it being a validation error https://developers.cloudflare.com/workers/observability/errors/#validation-errors-10021 Let me see if I can narrow in on timing Yeah all of these version uploads are like <1 second in total response time
I've been having bundler-related errors before, and I've only now disable it, so could it be the reason?
I'm not familiar with those specifically, but that sounds in the ballpark
Red
RedOP5mo ago
Seems like I found the issue. I have a wasm file in my assets But even with "find_additional_modules": false, inside of the wrangler.jsonc, it gets added as an additional module Also had to enable "no_bundle": true,, because otherwise, a +server.ts file from by svelte project errors on import. Seems like that if I set both, the other doesn't work
texan
texan5mo ago
workers-sdk team is pretty responsive if you want to file an issue over there! https://github.com/cloudflare/workers-sdk/issues
Red
RedOP5mo ago
Sounds good, will try there then ^^ Thanks a lot for your help
Red
RedOP5mo ago
For future reference (if someone stumbles upon this thread): https://github.com/cloudflare/workers-sdk/issues/10063
GitHub
find_additional_modules seems to not be respected if no_bundle is s...
What versions &amp; operating system are you using? System: OS: Linux 6.12 cpe:/o:nixos:nixos:25.05 25.05 (Warbler) CPU: (16) x64 AMD Ryzen 7 7840U w/ Radeon 780M Graphics Memory: 1.26 GB / 30.66 G...
Red
RedOP5mo ago
Welp, I'm all out of ideas. I really don't understand why I am getting a validation error

Did you find this page helpful?