Summary
Running sf org open under Ubuntu 22.04 with latest sf cli 2.30.8 opens Firefox with "file:////tmp/org-open-1710254619760.html" and shows "File not found".
Steps To Reproduce
- Authorize any org
- Open org
Expected result
Org opens
Actual result
Org doesn't open and browser shows "File not found".

System Information
Terminal: Bash & Powershell 7.4 (same behavior)
{
"architecture": "linux-x64",
"cliVersion": "@salesforce/cli/2.30.8",
"nodeVersion": "node-v20.11.1",
"osVersion": "Linux 6.5.0-25-generic",
"rootPath": "/home/fmann/.nvm/versions/node/v20.11.1/lib/node_modules/@salesforce/cli",
"shell": "bash",
"pluginVersions": [
"@oclif/plugin-autocomplete 3.0.9 (core)",
"@oclif/plugin-commands 3.1.4 (core)",
"@oclif/plugin-help 6.0.13 (core)",
"@oclif/plugin-not-found 3.0.11 (core)",
"@oclif/plugin-plugins 4.2.5 (core)",
"@oclif/plugin-search 1.0.16 (core)",
"@oclif/plugin-update 4.1.13 (core)",
"@oclif/plugin-version 2.0.12 (core)",
"@oclif/plugin-warn-if-update-available 3.0.12 (core)",
"@oclif/plugin-which 3.1.0 (core)",
"@salesforce/cli 2.30.8 (core)",
"apex 3.0.25 (core)",
"auth 3.3.13 (core)",
"data 3.1.1 (core)",
"deploy-retrieve 3.2.16 (core)",
"dev 1.1.3 (user)",
"info 3.0.27 (core)",
"limits 3.1.10 (core)",
"marketplace 1.0.25 (core)",
"org 3.3.14 (core)",
"packaging 2.1.10 (core)",
"schema 3.1.3 (core)",
"settings 2.0.27 (core)",
"sobject 1.1.13 (core)",
"source 3.1.15 (core)",
"telemetry 3.1.13 (core)",
"templates 56.0.16 (core)",
"trust 3.3.10 (core)",
"user 3.2.11 (core)",
"sfdx-git-delta 5.24.0 (user)",
"sfdx-plugin-source-read 1.2.0 (user)"
]
}
Additional information
The last working version was @salesforce/cli@2.24.4. Maybe it has something to do with #923.
Workaround is to run sf org open --url-only and paste the url manually into the browser or pipe it to firefox.
Summary
Running
sf org openunder Ubuntu 22.04 with latest sf cli 2.30.8 opens Firefox with "file:////tmp/org-open-1710254619760.html" and shows "File not found".Steps To Reproduce
Expected result
Org opens
Actual result
Org doesn't open and browser shows "File not found".

System Information
Terminal: Bash & Powershell 7.4 (same behavior)
{ "architecture": "linux-x64", "cliVersion": "@salesforce/cli/2.30.8", "nodeVersion": "node-v20.11.1", "osVersion": "Linux 6.5.0-25-generic", "rootPath": "/home/fmann/.nvm/versions/node/v20.11.1/lib/node_modules/@salesforce/cli", "shell": "bash", "pluginVersions": [ "@oclif/plugin-autocomplete 3.0.9 (core)", "@oclif/plugin-commands 3.1.4 (core)", "@oclif/plugin-help 6.0.13 (core)", "@oclif/plugin-not-found 3.0.11 (core)", "@oclif/plugin-plugins 4.2.5 (core)", "@oclif/plugin-search 1.0.16 (core)", "@oclif/plugin-update 4.1.13 (core)", "@oclif/plugin-version 2.0.12 (core)", "@oclif/plugin-warn-if-update-available 3.0.12 (core)", "@oclif/plugin-which 3.1.0 (core)", "@salesforce/cli 2.30.8 (core)", "apex 3.0.25 (core)", "auth 3.3.13 (core)", "data 3.1.1 (core)", "deploy-retrieve 3.2.16 (core)", "dev 1.1.3 (user)", "info 3.0.27 (core)", "limits 3.1.10 (core)", "marketplace 1.0.25 (core)", "org 3.3.14 (core)", "packaging 2.1.10 (core)", "schema 3.1.3 (core)", "settings 2.0.27 (core)", "sobject 1.1.13 (core)", "source 3.1.15 (core)", "telemetry 3.1.13 (core)", "templates 56.0.16 (core)", "trust 3.3.10 (core)", "user 3.2.11 (core)", "sfdx-git-delta 5.24.0 (user)", "sfdx-plugin-source-read 1.2.0 (user)" ] }Additional information
The last working version was
@salesforce/cli@2.24.4. Maybe it has something to do with #923.Workaround is to run
sf org open --url-onlyand paste the url manually into the browser or pipe it to firefox.