function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Manoj DegaManoj Dega 

Getting issue with VS code while Authorize the Org from Sandbox

Hi Team,

I am getting below issue while authorizing the Org. Can someone help on this?
User-added image
Thank you
Manoj
akochakoch
Hey Manoj,

I ran into this once too.  The error means that another application process is using port 1717.  You'll need to identify that process and end/kill it.  For me, node was using this process.  You can search for it yourself though:

Windows:  https://stackoverflow.com/questions/48198/how-can-you-find-out-which-process-is-listening-on-a-port-on-windows
Mac:  https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac