Hello, I have multiple projects on my account, 1st one works fine on port 3000 I set the port to 3001 in the package.json file, on the second and I'm getting 404 NOT FOUND error
I don't see a way to set the port in the project settings, the site is HyenaPet.com
"scripts": { "dev": "next dev -p 3001", "build": "next build", "start": "next start -p 3001", "lint": "next lint" },