Maciej Ptak
Maciej Ptak
I am having the same issue on Jenkins slave - Debian: `@salesforce/cli/1.34.0 linux-x64 node-v16.15.1` While locally it works fine.
The creds were for Production. The issue was that I was trying to log in to org and functions with an API-only user. **WORKAROUND**: But it requires standard UI login...
I was having the same issue after upgrading SFDX CLI to `7.167.x` After rollback to `7.166.1`, it stopped appearing. To be precise I am using `https://developer.salesforce.com/media/salesforce-cli/sfdx/versions/7.166.1/12dce37/sfdx-v7.166.1-12dce37-linux-x64.tar.xz`
I was trying to make it using a custom script but was getting 403 and thought that only apps could use this API call, not my personal token used for...