sfdx-actions / setup-sfdx

Salesforce SFDX CLI GitHub Action
MIT License
81 stars 28 forks source link

Getting an error with ERROR running auth:sfdxurl:store: Cannot read properties of undefined (reading 'id') #13

Open datacore-kbanala opened 2 years ago

datacore-kbanala commented 2 years ago

I am getting following error from past one week which was working before. Please check it once.

Run sfdx-actions/setup-sfdx@v1

sfdx-cli/7.163.0 linux-x64 node-v16.16.0 @oclif/plugin-autocomplete 1.3.0 (core) @oclif/plugin-commands 2.2.0 (core) @oclif/plugin-help 5.1.12 (core) @oclif/plugin-not-found 2.3.1 (core) @oclif/plugin-plugins 2.1.0 (core) @oclif/plugin-update 3.0.0 (core) @oclif/plugin-version 1.1.1 (core) @oclif/plugin-warn-if-update-available 2.0.4 (core) @oclif/plugin-which 2.1.0 (core) @salesforce/sfdx-plugin-lwc-test 1.0.0 (core) alias 2.1.0 (core) apex 1.1.0 (core) auth 2.2.3 (core) community 2.0.0 (core) config 1.4.17 (core) custom-metadata 2.0.0 (core) data 2.1.1 (core) generator 2.0.2 (core) info 2.0.1 (core) limits 2.0.1 (core) org 2.0.7 (core) salesforce-alm 54.7.1 (core) schema 2.1.1 (core) sfdx-cli 7.163.0 (core) signups 1.2.0 (core) source 2.0.11 (core) telemetry 2.0.0 (core) templates 55.1.0 (core) trust 2.0.3 (core) user 2.1.0 (core)

/home/runner/work/_actions/sfdx-actions/setup-sfdx/v1/index.js:32 if(error) throw(stderr) ^ ERROR running auth:sfdxurl:store: Cannot read properties of undefined (reading 'id')

(Use node --trace-uncaught ... to show where the exception was thrown)

noriko-fujisawa commented 2 years ago

I also faced same error. how to fix it?