MaxListenersExceededWarning Memory Leak warning trying to terminate process
Unanswered
Long-legged ant posted this in #help-forum
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
1. Create an starter project with
2. Create a build for the project
3. Start the build version with
4. Visit a non-error page
5. Go back to console and try to hit
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?
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@latest2. Create a build for the project
3. Start the build version with
npm run start4. Visit a non-error page
5. Go back to console and try to hit
CTRL + CAt 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?