I am facing problem with Server Startup - i am not able to stop and start the Next.js Development Server. always showing the port 9002 is using, not able to stop, but when I search with Powershell on my laptop, that port is not using by any other applications. I changed the port to 9003 with the help of Gemini, but now that port also the same problem.
Server Start-up Problems (EADDRINUSE
): This is an environment issue you’ll need to resolve by ensuring port 9003
is free before starting the server."
How can I fix this issue since the application facing loading issues and Gemini also taking long time to respond for the chats.
Please help