-
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
Unable to push or pull duplicate rules starting with CLI version 50.1.1 #685
Comments
Thanks for the detailed report and reproducer. We'll get it fixed. |
@leonardopmacedo We're using a previous version of the CLI / sfdx plugin in our pipelines until this gets resolved. Instructions for installing a previous version can be found in this article. |
Thank you @jwalke, you saved us <3 |
@shetzel is there any ETA you can share for this fix? |
@thvd - looks like it missed the cutoff for the current release candidate, which would make it an ETA of next week's RC and the following week's release (salesforcedx v50.5.0, Nov 12). |
@jwalke @thvd @leonardopmacedo - Another workaround should be to add |
@edralph - we're trying to get the fix into the next RC (and we're behind schedule in getting that out), which would make it in production this coming Thursday. However, adding |
|
@edralph - yes, you include the |
@shetzel got this: |
I've never seen that error before. I'd completely remove the CLI, re-install, then try again. |
@edralph got the same error for salesforcedx@latest-rc but after the upgrade from 50.1.1 to 50.5.0 it worked for me, although not immediately. What I did after the upgrade:
|
@edralph - actually the 403 error you saw when trying to install the latest-rc is a bug we need to fix with our plugin signing. We're working on it. The fix for this issue is in the latest production version though so closing this issue. To get the fix for this issue you can just |
Just ran the update and it pulled the duplicate rule thank you! |
Summary
Starring with the Winter '21 CLI update (50.1.1), we are unable to push or pull duplicate rules.
Steps To Reproduce:
Repository to reproduce: dreamhouse-lwc
force:source:pull
commandExpected result
The duplicate rule will be pulled into the project
Actual result
The duplicate rule is not pulled into the project:
Additional information
Feel free to attach a screenshot.
SFDX CLI Version(to find the version of the CLI engine run sfdx --version):
sfdx-cli/7.76.1-f301d5641f darwin-x64 node-v12.18.3
SFDX plugin Version(to find the version of the CLI plugin run sfdx plugins --core)
OS and version:
MacOS 10.15.6 (19G2021)
The text was updated successfully, but these errors were encountered: