When ever I try to launch my react app, it doesn't matter what port I am running on, it always says the port is in use.
? Something is already running on port 12345. Would you like to run the app on another port instead? › (Y/n)
Currently using a .env file to set the port: PORT=12345
node version: v14.17.0 npm version: v7.21.1 OS: CentOS 8
How can I force it to use the port I list, currently I'm forced to have a dynamic port, which is really hindering me for a static url mapping.