cloudflare / workers-sdk

⛅️ Home to Wrangler, the CLI for Cloudflare Workers®
https://developers.cloudflare.com/workers/
Apache License 2.0
2.41k stars 590 forks source link

fix: add extra error logging to auth response errors #6140

Closed petebacondarwin closed 4 days ago

petebacondarwin commented 6 days ago

What this PR solves / how to test

May help diagnosing issues like https://github.com/cloudflare/workers-sdk/issues/3672, https://github.com/cloudflare/workers-sdk/issues/5542 and https://jira.cfdata.org/browse/CUSTESC-42645

Author has addressed the following

changeset-bot[bot] commented 6 days ago

🦋 Changeset detected

Latest commit: a323fbeaa934a10b100d47a35d809f9e05e8b586

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ------------------------------- | ----- | | wrangler | Patch | | @cloudflare/vitest-pool-workers | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 6 days ago

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9681349168/npm-package-wrangler-6140

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6140/npm-package-wrangler-6140

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9681349168/npm-package-wrangler-6140 dev path/to/script.js
Additional artifacts: ```sh npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9681349168/npm-package-create-cloudflare-6140 --no-auto-update ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9681349168/npm-package-cloudflare-kv-asset-handler-6140 ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9681349168/npm-package-miniflare-6140 ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9681349168/npm-package-cloudflare-pages-shared-6140 ``` ```sh npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9681349168/npm-package-cloudflare-vitest-pool-workers-6140 ``` Note that these links will no longer work once [the GitHub Actions artifact expires](https://docs.github.com/en/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization).

wrangler@3.62.0 includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20240620.0
workerd 1.20240620.1 1.20240620.1
workerd --version 1.20240620.1 2024-06-20

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

petebacondarwin commented 5 days ago

We're going to hold off landing this given our limited deployment window this week. But if you are experiencing issues as linked in the description above, you could try this version of Wrangler via:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9657631663/npm-package-wrangler-6140 login

Or perhaps installing it into your project (and using it as normal) via:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/9657631663/npm-package-wrangler-6140