-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential cli version issue when packaging and installing into a sandbox and receiving error #2395
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
We have observed this failure using the docker container, as well as local cli: |
Same issue experienced here - is there an update or workaround? |
@calvinle1 @burntsugar the only workaround i have found so far is to revert back to the cli version that worked last before the failures started occurring |
I am also encountering the same issue with sf cli command and weirdly enough its only happening to me whilest my other team members have no issue with it. I was only able to generate a non-corrupted package version and install it to my target org while using the old Things i have tried:
System Information {
"versionDetail": {
"cliVersion": "@salesforce/cli/2.4.10",
"architecture": "darwin-x64",
"nodeVersion": "node-v20.5.1",
"osVersion": "Darwin 22.5.0",
"shell": "zsh",
"rootPath": "/usr/local/lib/node_modules/@salesforce/cli",
"pluginVersions": [
"@oclif/plugin-autocomplete 2.3.6 (core)",
"@oclif/plugin-commands 2.2.21 (core)",
"@oclif/plugin-help 5.2.16 (core)",
"@oclif/plugin-not-found 2.3.36 (core)",
"@oclif/plugin-plugins 3.2.0 (core)",
"@oclif/plugin-search 0.0.22 (core)",
"@oclif/plugin-update 3.1.30 (core)",
"@oclif/plugin-version 1.3.8 (core)",
"@oclif/plugin-warn-if-update-available 2.0.46 (core)",
"@oclif/plugin-which 2.2.29 (core)",
"@salesforce/cli 2.4.10 (core)",
"apex 2.3.10 (core)",
"auth 2.8.12 (core)",
"data 2.5.5 (core)",
"deploy-retrieve 1.17.2 (core)",
"info 2.6.38 (core)",
"limits 2.3.29 (core)",
"login 1.2.25 (core)",
"org 2.9.30 (core)",
"packaging 1.21.4 (user)",
"schema 2.3.22 (core)",
"settings 1.4.24 (core)",
"sobject 0.2.2 (core)",
"source 2.10.30 (core)",
"telemetry 2.2.5 (core)",
"templates 55.5.9 (core)",
"trust 2.5.4 (core)",
"user 2.3.28 (core)"
]
} |
A fix for this has been released in |
Summary
Issue occurring with multiple teams as they attempt to install into an integration sandbox.
Teams experienced the issue with minimal changes to the package codebase.
full error message below:
Steps To Reproduce
To reproduce ( will get a repo up shortly ) :
Last successful package build was done using old sfdx cli version: sfdx-cli/7.209.6 linux-x64 node-v18.17.0
We were able to create a package version and install to target environment that has api version 58.0
We then moved to get the latest sfdx cli (sf unified cli) and are now on : "@salesforce/cli/2.2.7 (see below for full version detail )
We would receive the below error message when we created a package version and attempted to install into the integration sandbox.
I was able to recreate the issue in a scratch org by:
Expected result
Actual result
System Information
Additional information
The text was updated successfully, but these errors were encountered: