You need to sign in to do that
Don't have an account?
Rajendra Prasad 44
cannot connect to UAT sandbox from VS code
When I try to authorize ORG from vs code. getting this exception
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
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
Hi Suraj Tripathi, thanks for reply,
I have tried but still getting the same issue