You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
When I run next-banner locally, it seems like the server is not correctly shut down. When I run it again, it starts another server on port 3001 and I still see the old node process (for port 3000) in my activity monitoring.
Ohne.Titel.mp4
Don't know if this is a general issue or specific to me?
The text was updated successfully, but these errors were encountered:
I just noticed this myself recently too. My theory is that something changed with the threading model in Next.js. On my end it's just a child process and it seems unlikely that changed. I tried to debug for a few hours recently and was not able to shut it down (tried about five new ways), but I will give it a try again soon.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run
next-banner
locally, it seems like the server is not correctly shut down. When I run it again, it starts another server on port 3001 and I still see the old node process (for port 3000) in my activity monitoring.Ohne.Titel.mp4
Don't know if this is a general issue or specific to me?
The text was updated successfully, but these errors were encountered: