I am suddenly facing issue with worker deployment today previously it was working fine.

Below is the deployment issue which i am getting.
Run cloudflare/pages-action@1
with:
apiToken: ***
accountId: ***
projectName: client-staging
directory: ./apps/client-app/dist
gitHubToken: ***
wranglerVersion: 3
▲ [WARNING] `wrangler pages publish` is deprecated and will be removed in the next major version.

Please use `wrangler pages deploy` instead, which accepts exactly the same arguments.


Uploading... (5/5)
✨ Success! Uploaded 0 files (5 already uploaded) (0.24 sec)


✘ [ERROR] A request to the Cloudflare API (/accounts/***/pages/projects/client-staging/deployments) failed.

An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH. [code: 8000000]

If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose


npm notice
npm notice New major version of npm available! 9.5.1 -> 10.3.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.3.0>
npm notice Run `npm install -g npm@10.3.0` to update!
npm notice
EXIT WHEN NOT EXPECTED

SHELLAC COMMAND FAILED!
Executing: npx wrangler@3 pages publish "./apps/client-app/dist" --project-name="client-staging" --branch="" in /home/runner/work/collab/collab

STDOUT:

Uploading... (5/5)
✨ Success! Uploaded 0 files (5 already uploaded) (0.24 sec)
Run cloudflare/pages-action@1
with:
apiToken: ***
accountId: ***
projectName: client-staging
directory: ./apps/client-app/dist
gitHubToken: ***
wranglerVersion: 3
▲ [WARNING] `wrangler pages publish` is deprecated and will be removed in the next major version.

Please use `wrangler pages deploy` instead, which accepts exactly the same arguments.


Uploading... (5/5)
✨ Success! Uploaded 0 files (5 already uploaded) (0.24 sec)


✘ [ERROR] A request to the Cloudflare API (/accounts/***/pages/projects/client-staging/deployments) failed.

An unknown error occured. Contact your account team or Cloudflare support: https://cfl.re/3WgEyrH. [code: 8000000]

If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose


npm notice
npm notice New major version of npm available! 9.5.1 -> 10.3.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.3.0>
npm notice Run `npm install -g npm@10.3.0` to update!
npm notice
EXIT WHEN NOT EXPECTED

SHELLAC COMMAND FAILED!
Executing: npx wrangler@3 pages publish "./apps/client-app/dist" --project-name="client-staging" --branch="" in /home/runner/work/collab/collab

STDOUT:

Uploading... (5/5)
✨ Success! Uploaded 0 files (5 already uploaded) (0.24 sec)
2 Replies
Chaika
Chaika6mo ago
👋 There's an issue open with Pages deployments right now, related to the storage it uses: https://www.cloudflarestatus.com/incidents/jvn13cvv64fw
This issue can also lead to failures in Pages deployments.
I would wait until that is resolved and retry, updates will be posted on that incident
Chaika
Chaika6mo ago
Resolved now