Team-Astra / apex-test-class-generator

Salesforce Auto Test Class Generator for Visual Studio Code
5 stars 7 forks source link

error when logging into org with web command, need device login when creating test class #9

Open apsoftwaredev opened 3 years ago

apsoftwaredev commented 3 years ago

the extension gives an error for me when I run it bc I am not able to login with the web command. I need to run the following command instead:

Vscode ctrl+Shift+P, SFDX Create Apex Test Class

result: executes sfdx force:auth:web:login and gives an error.

need:

sfdx force:auth:device:login option

image

it gives me several errors and doesn't work, despite being already being logged into the org using the device login.

image

Thank you

https://www.loom.com/share/44b85eb20af1494a9ca40bfc2d2e5f10

8bit-cutie commented 3 years ago

i'm in the same boat as @apsoftwaredev