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
Rajendra Prasad 44Rajendra Prasad 44 

cannot connect to UAT sandbox from VS code

 When I try to authorize ORG from vs code. getting this exception
User-added image
Suraj Tripathi 47Suraj Tripathi 47
Hi,

First update the salesforce CLI then again check if still, an error occurred. Then on your project.json page add:-

-sfdcLoginurl: "https://test.salesforce.com",
also try this:-
"oauthLocalPort" : 1717

You can also try to authorize through command-line argument on terminal: sfdx force:auth:device:login

Hope this will help you:-

Please mark it as Best Answer if it helps you.

Thanks & Regards
Suraj Tripathi
Rajendra Prasad 44Rajendra Prasad 44

Hi Suraj Tripathi,  thanks for reply,

I have tried but still getting the same issue

 User-added image