#Workers in the preview deployment are encountering unexpected failures.

1 messages · Page 1 of 1 (latest)

buoyant warren
#

I added several workers and activated the preview feature for them. They were operating normally until a few hours ago, but now the preview workers are failing, while only the main branch (production) remains functional.

Are there any current incidents or maintenance activities? Or is there something I might be overlooking? I created a new branch from my production and altered a character to check if my code is at fault; however, it seems irrelevant... it continues to fail with the error:

17:00:53.520    Total Upload: 5454.27 KiB / gzip: 998.75 KiB
17:00:54.598    
17:00:54.690    ✘ [ERROR] A request to the Cloudflare API (/accounts/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/workers/scripts/sorena-web-app/versions) failed.
17:00:54.690    
17:00:54.691      Version aliases not supported [code: 100334]
17:00:54.691      
17:00:54.691      If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose
hot crescent
buoyant warren
#

It’s github webhook

#

it runs normally (deploy to production) from merge to main branch or run wrangler deploy

hot crescent
#

Found the bug, issue with latest wrangler version

#

Deprecated, should work now hopefully

buoyant warren
#

@hot crescent lemme check in a bit.

#

it's working now; is there anyway to set version N-1 or N-2 on the workers on our code or configuration?