Replies: 2 comments 4 replies
-
|
This is most likely something to do with your environment. What NodeJS version do you have? Have you tried to reinstall all of your modules again? Maybe even delete the lock file? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Happened to me on Next.js 16.0.1... |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Summary
Hi,
I upgraded from 13.1 to 13.2.4 yesterday and now Dev mode is very unstable. On certain pages, it keeps compiling and then restarts, you cannot even load the page properly. This is the log that goes in a loop until you stop going to those pages that can trigger it.
Is there a new setting that I'm missing?
Matt
dev_1 | event - compiled successfully in 624 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 1 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 2 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 1 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 1 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 1 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 3 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 1 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 2 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 2 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 1 ms (518 modules)
dev_1 | wait - compiling...
dev_1 | event - compiled successfully in 2 ms (518 modules)
dev_1 | warn - The server is running out of memory, restarting to free up memory.
dev_1 | ready - started server on 0.0.0.0:3000, url: http://localhost:3000
dev_1 | warn - You have enabled experimental feature (appDir) in next.config.js.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions