ZirG I need to run 2 different projects on different ports. I change the port but it doesn't apply. A new port is displayed, but the project is still running on standard 3000
ZirG aaPanel_Captain Works fine on port 3000. I cannot change from 3000 to 4000 for example. The panel shows that the port is changed, but the project still runs on port 3000
ZirG I managed to change the port. To do this, i changed "start": "next start" to "start": "next start - 4000" in package.json.