Next.js Discord

Discord Forum

Port in Use with Turbo Repo and Multiple NextJS Projects

Unanswered
Thai posted this in #help-forum
Open in Discord
ThaiOP
I have a turbo repo with 2 NextJS 14 projects (this happened in 13 also) when I run them with npm run dev they will run fine the first time, but if I exit the process and run it again, npm run dev I get a error that the port on the second one is already in use. And I can't find what process it is, I have no node processes running.

I am guessing this is one of those unit tests they haven't got to with turbo repo lol

0 Replies