Change8
Error3 reports

Fix DOMException

in Next.js

Solution

This DOMException error often arises in Next.js during prerendering when an aborted render retains its V8 stack frames unnecessarily, leading to memory leaks. To fix this, ensure that abort reasons are properly cleared or serialized to avoid holding onto large render graph objects. Implementing mechanisms to discard or prune these stack frames when an abort occurs will significantly reduce memory usage.

Timeline

First reported:Aug 13, 2026
Last reported:Aug 14, 2026

Need More Help?

View the full changelog and migration guides for Next.js

View Next.js Changelog