Workers in the preview deployment are encountering unexpected failures.

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
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
5 Replies
Walshy
Walshy6mo ago
Hey, what command are you running to upload/deploy?
Razmjoo
RazmjooOP6mo ago
It’s github webhook it runs normally (deploy to production) from merge to main branch or run wrangler deploy
Walshy
Walshy6mo ago
Found the bug, issue with latest wrangler version Deprecated, should work now hopefully
Razmjoo
RazmjooOP6mo ago
@Walshy | DevPlat EE 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?
Walshy
Walshy6mo ago
I'm not sure what you mean

Did you find this page helpful?