Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.js Website is right now surfacing Errors #5568

Closed
TheBaldCoder opened this issue Jul 30, 2023 · 9 comments
Closed

Node.js Website is right now surfacing Errors #5568

TheBaldCoder opened this issue Jul 30, 2023 · 9 comments
Labels

Comments

@TheBaldCoder
Copy link

URL:

https://nodejs.org/en/download

Browser Name:

Chrome

Browser Version:

115.0.5790.110

Operating System:

windows 11

How to reproduce the issue:

I tried to go to the website: https://nodejs.org/en/download and keep getting this message:
image

image

I tried to disable my chrome extensions but those didn't seem to help.
All i want to do is download a new version of node.js

@umairraza96
Copy link
Contributor

I can successfully reproduce it on Android

@starryhi
Copy link

starryhi commented Jul 30, 2023

I am also having this issue on Windows 10 and iOS

@PrasathHari
Copy link

Meanwhile if you want to download, you can go to this page https://nodejs.org/download/release/
At the time of writing this the LTS version https://nodejs.org/download/release/latest-hydrogen/

@MattIPv4
Copy link
Member

MattIPv4 commented Jul 30, 2023

curl -I https://nodejs.org/static/js/legacyMain.js
HTTP/2 200 
date: Sun, 30 Jul 2023 15:51:51 GMT
content-length: 0
last-modified: Sun, 30 Jul 2023 14:36:50 GMT
cf-cache-status: HIT
age: 4282
expires: Sun, 30 Jul 2023 19:51:51 GMT
cache-control: public, max-age=14400
accept-ranges: bytes
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-content-type-options: nosniff
server: cloudflare
cf-ray: 7eeec3f1df2676ef-LHR
curl -I https://nodejs.org/static/js/legacyMain.js\?$(date +%s)
HTTP/2 200 
date: Sun, 30 Jul 2023 15:52:20 GMT
content-type: application/javascript; charset=utf-8
content-length: 2603
access-control-allow-origin: *
cache-control: public, max-age=14400
content-disposition: inline; filename="legacyMain.js"
etag: "0d5c446e1fe834ab661967503d5957e6"
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-matched-path: /static/js/legacyMain.js
x-vercel-cache: HIT
x-vercel-id: gru1::87j2g-1690732340495-7bee204be7da
cf-cache-status: MISS
expires: Sun, 30 Jul 2023 19:52:20 GMT
accept-ranges: bytes
x-content-type-options: nosniff
server: cloudflare
cf-ray: 7eeec4a27d1d4133-LHR

@ovflowd
Copy link
Member

ovflowd commented Jul 30, 2023

Cloudflare cached this file precisely when Vercel was building the website, which is hilarious.

cc @nodejs/build-infra if anyone can please deploy this exact rule in Cloudflare Cache Rules:

image

URI Path regex is as ^/(dist|download|docs|api|documentation|metrics)/

@ovflowd ovflowd changed the title Application error: a client-side exception has occurred (see the browser console for more information). Node.js Website is right now surfacing Errors Jul 30, 2023
@ovflowd ovflowd pinned this issue Jul 30, 2023
@egoroof

This comment was marked as abuse.

@ovflowd
Copy link
Member

ovflowd commented Jul 30, 2023

We've deployed the changes on Cloudflare, and the Website is now back online! We apologize for these issues!

@ovflowd ovflowd closed this as completed Jul 30, 2023
@ovflowd ovflowd unpinned this issue Jul 30, 2023
@umairraza96
Copy link
Contributor

This issue still persists for me for some reason Screenshot_20230730-232631.png

@ovflowd
Copy link
Member

ovflowd commented Jul 30, 2023

@umairraza96 you seem to have a cached page. Cloudflare should already be purging this 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants