-
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
Org Create fails with Unrecognized option: cookiesAllowAllPaths #1323
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. |
7.108.0 is definitely not a "fresh install" of the CLI. That's from about 5 months ago. Does it happen on a recent CLI (I'm guessing not since we removed all that awful streamingClient stuff https://github.com/forcedotcom/cli/blob/main/releasenotes/sfdx/README.md#71200-sept-30-2021) |
@mshanemc It is a fresh install in that we are installing it from nothing. It is a CI environment which means it is built and installed on demand. I am trying to use newer versions but hitting other errors. We are using the sfdx orb for CircleCI (circleci/[email protected]) and specifying our cli version of 7.108.0. If I try a newer version, then the SFDX CLI itself fails to install with the error:
|
yeah, we've seen CI systems where the way we bundled Can you try version |
with 7.131.0 the CLI appears to install but SFDMU plugin install fails with |
So it appears that the sfdmu plugin is installing just fine. But any calls to --help (or we were doing That type error is happening even on 7.130.1 and means we cannot use --help for any command anymore. |
yep, thanks for opening a separate issue--looks like that broke in the last couple hours. |
FYI, this is happening when we tried to do a build through Jenkins calling the SF DX org create. This did not happen two days ago with the same versions. Here are more details. Create scratch org events
|
This issue has been linked to a new work item: W-10315739 |
Summary
As of 30 min ago, all attempts at org creation are failing with the error
ERROR running force:org:create: Unrecognized option: cookiesAllowAllPaths
in CISteps To Reproduce:
Expected result
Org created successfully
Actual result
Creation fails with the error
ERROR running force:org:create: Unrecognized option: cookiesAllowAllPaths
System Information
sfdx-cli/7.108.0 linux-x64 node-v14.16.1
@oclif/plugin-autocomplete 0.3.0 (core)
@oclif/plugin-commands 1.3.0 (core)
@oclif/plugin-help 3.2.17 (core)
@oclif/plugin-not-found 1.2.6 (core)
@oclif/plugin-plugins 1.10.10 (core)
@oclif/plugin-update 1.4.0-3 (core)
@oclif/plugin-warn-if-update-available 1.7.3 (core)
@oclif/plugin-which 1.0.4 (core)
@salesforce/sfdx-plugin-lwc-test 0.1.7 (core)
@salesforce/sfdx-trust 3.6.0 (core)
alias 1.1.10 (core)
apex 0.2.2 (core)
auth 1.7.0 (core)
config 1.2.9 (core)
custom-metadata 1.0.12 (core)
data 0.4.12 (core)
generator 1.2.1 (core)
limits 1.2.1 (core)
org 1.6.7 (core)
salesforce-alm 52.0.2 (core)
schema 1.0.7 (core)
sfdx-cli 7.108.0 (core)
telemetry 1.2.2 (core)
templates 52.0.0 (core)
user 1.3.0 (core)
The text was updated successfully, but these errors were encountered: