Discord Extreme List experienced a major incident on February 22, 2025 affecting Website, lasting 22m. The incident has been resolved; the full update timeline is below.
Affected components
Website
Update timeline
- identified Feb 22, 2025, 08:05 AM UTC
The issue has been identified and a fix is being implemented.
- monitoring Feb 22, 2025, 08:16 AM UTC
A fix has been implemented and we are monitoring the results.
- resolved Feb 22, 2025, 08:28 AM UTC
This incident has been resolved.
- postmortem Feb 22, 2025, 08:28 AM UTC
The issue occurred on some pages as `req.del` is undefined as req is not passed on most pages. We switched to `res.locals.del` to fix the issue, as res is accessible on every page. This only occurred now due to `Sentry.init()` \(which is used on every page\) now calling `req.del.version` when in the past it didn't, so `req` was required on every page as a result, leading to the issue.