Next.js Discord

Discord Forum

MaxListenersExceededWarning Memory Leak warning trying to terminate process

Unanswered
Long-legged ant posted this in #help-forum
Open in Discord
Long-legged antOP
Hi everyone!
I am having a issue with the new NextJS version (14.1.0). I am receiving the message shown in the image when i try to terminate the process using CTRL + C. The steps to reproduce are the following:

1. Create an starter project with npx create-next-app@latest
2. Create a build for the project
3. Start the build version with npm run start
4. Visit a non-error page
5. Go back to console and try to hit CTRL + C

At first when you try to terminate, it just do nothing, but after several times the message is shown.

Has anyone else faced this problem before?

0 Replies