yarnpkg / yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://classic.yarnpkg.com
Other
41.44k stars 2.73k forks source link

Random 502 errors on installing dependencies #9095

Open astragier opened 2 months ago

astragier commented 2 months ago

We are using Yarn 1.22.19 and since today we face some errors in our ci when installing the dependencies: randomly we've got 502 bad gateway errors.

yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz: Request failed \"502 Bad Gateway\"".
info If you think this is a bug, please open a bug report with the information provided in "/home/circleci/repo/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
strazi commented 2 months ago

Happening here as well, 2 random builds failed with 502 error from registry.yarnpkg.com, succeeds later.