Weird 500 error on deploy

Hey all,

So having a weird issue that started up today, on a deploy I pushed yesterday, everything was fine, the related message:

1:18:01 PM: Chrome (119.0.6045.105) downloaded to /opt/buildhome/.cache/puppeteer/chrome/linux-119.0.6045.105


But now today I get an error related to the same file:

10:25:18 AM: npm ERR! Error: Download failed: server returned code 500. URL: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/119.0.6045.105/linux64/chrome-linux64.zip

But when I click the link it downloads fine, so I’m very confused on what’s going on - I submitted a support request but wanted to post here just in case someone has dealt with this before, I’m not sure if its a netlify or npm thing, any help would be greatly appreciated thanks.

I think it might be related to google being down currently, I will update this post if that’s the case

I have this error, the problem we found is that this link cannot be accessed from AWS machines.
But from local if it allows access, it is like a series of blocks to the cloud

Solved, you just have to modify the “PUPPETEER_DOWNLOAD_BASE_URL” var, example of doing it in a Dockerfile
ENV PUPPETEER_DOWNLOAD_BASE_URL=https://storage.googleapis.com/chrome-for-testing-public