-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Description
URL:
Browser Name:
Safari
Browser Version:
26.0.1
Operating System:
macOS 15.7.1
How to reproduce the issue:
- Went to the Node.js website
- Website to not disappear after a few seconds
- Website disappears
- To reproduce:
--- a/apps/site/next-data/generators/majorNodeReleases.mjs
+++ b/apps/site/next-data/generators/majorNodeReleases.mjs
@@ -3,6 +3,7 @@
import nodevu from '@nodevu/core';
const nodevuData = await nodevu({ fetch });
+if (typeof window !== 'undefined') throw new Error('Poof!');
/**
* Filters Node.js release data to return only major releases with documented support.Noticed this while opening the website in the company network which blocks githubusercontent.com.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done