Replies: 1 comment
-
The issue is a circular reference. Removing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Describe the bug
When running the
next dev
the server starts up then complies but once done the browser isn't able to reload and then stalls for about a minute and then gives the error.A clear and concise description of what the bug is.
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 1: 0x100bc9ae7 node::Abort() (.cold.1) [/usr/local/Cellar/node/14.4.0/bin/node] 2: 0x10008186d node::FatalError(char const*, char const*) [/usr/local/Cellar/node/14.4.0/bin/node] 3: 0x1000819d6 node::OnFatalError(char const*, char const*) [/usr/local/Cellar/node/14.4.0/bin/node]
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
next dev
Expected behavior
A clear and concise description of what you expected to happen.
It should work completely fine.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions