Currently the default port for nextjs is 3000. If a process is currently using this port, yarn dev will not work. This can be corrected with `yarn dev -p 3030` but the callback etc. will fail when trying to login as it is expecting port 3000.
Currently the default port for nextjs is 3000. If a process is currently using this port, yarn dev will not work.
This can be corrected with
yarn dev -p 3030but the callback etc. will fail when trying to login as it is expecting port 3000.