#Cloudflare API Internal error when deploying new version

17 messages · Page 1 of 1 (latest)

wicked sandal
#

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

Contribute to RuneLabsxyz/PonziLand development by creating an account on GitHub.

flat hinge
wicked sandal
#

Seems like I'm getting a hang (process not exiting) on my local computer when disabling dry mode too

lament sail
#

i'm also getting issues deploying new code

#

new deployments never becoming available even after 30+ mins waiitng

lament sail
#

update: finally deployed

still lake
#

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

wicked sandal
#

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

still lake
wicked sandal
#

Sounds good, will try there then ^^
Thanks a lot for your help