Steve Hetzel

Results 67 comments of Steve Hetzel

Closing as the fix is in the current production version.

@javierCTL - this issue is in the queue to be worked on.

Wow! You get 3 gold stars for this issue. 1 for using the packaging beta commands. 1 for using the release candidate version of the CLI. And 1 for providing...

We can't reproduce this on a windows box either. Are there other steps involved? I created [this fork of the dreamhouse-lwc](https://github.com/shetzel/dreamhouse-lwc-issue1743) repo and ran the 2 commands you mentioned above...

Sorry for the delay. I reproduced it now. We'll get it fixed asap. Thank you for reporting!

Thanks for posting. Does the same error happen when using the beta command? `force:package:beta:version:create`? What is the output of `sfdx version --verbose`?

Yes, this behavior is broken and has been for a long time. The workaround is to deploy/retrieve the entire Workflow. I understand that the metadata API allows addressing Workflow children...

Internally tracked with [W-11385847](https://gus.lightning.force.com/lightning/r/ADM_Work__c/a07EE000010jEzTYAU/view)

It's the change in behavior from this PR: https://github.com/salesforcecli/plugin-org/pull/913 My guess is that the temp file is being deleted before the browser can load it. Does this happen 100% of...

Can you try modifying this file: `/home/fmann/.nvm/versions/node/v20.11.1/lib/node_modules/@salesforce/cli/node_modules/@salesforce/plugin-org/lib/commands/org/open.js` to bump the sleep time so that line 129 is: `await sleep(platform() === 'win32' || isWsl ? 7000 : 10_000);` Let me know...