ForceCode command failed
ceciquin opened this issue · 1 comments
Issue Type: Bug
I've tried to configure my env with forcecode "create project" command and whenever I reach the " new org" option for the set up the extension stop working and no action it's executed.
Extension version: 3.22.9
VS Code version: Code 1.50.0 (93c2f0fbf16c5a4b10e4d5f89737d9c2c25488a3, 2020-10-07T06:10:52.432Z)
OS version: Windows_NT x64 10.0.18363
System Info
Item | Value |
---|---|
CPUs | Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz (8 x 1896) |
GPU Status | 2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: disabled_off opengl: enabled_on protected_video_decode: enabled rasterization: enabled skia_renderer: disabled_off_ok video_decode: enabled vulkan: disabled_off webgl: enabled webgl2: enabled |
Load (avg) | undefined |
Memory (System) | 15.72GB (6.67GB free) |
Process Argv | --crash-reporter-id a83f6295-8a4d-4ee4-a4f2-446472ab6c68 |
Screen Reader | no |
VM | 0% |
Is this still an issue? If so, can you login to the org via the SFDX CLI?
Try running:
sfdx force:auth:web:login -r https://login.salesforce.com
in the command line and see if you can login. If you are using a sandbox (Not a developer edition of SF) then change it to:
sfdx force:auth:web:login -r https://test.salesforce.com
or you can enter a custom domain if needed
Also, make sure your SFDX CLI is up to date by running sfdx update
if you're still having issues.