Blaze

Troubleshooting

What to try when things go wrong.

Can’t sign in

  • Browser doesn’t open automatically → copy the URL shown in the terminal and paste it into your browser

  • Doesn’t return to the terminal after sign-in → switch back to the terminal and press Enter

  • Repeated failures → run blaze logout, then blaze login again

Can’t run Salesforce operations

  • No org selected → run /org

  • sf command not found → Salesforce CLI is not installed; install it first

  • Insufficient permissions → check your user permissions in Salesforce

AI is slow or stuck

  • Check your network connection

  • The status line at the bottom shows whether you’re communicating

  • If it’s truly stuck, press Esc to abort and try again

Command not found

  • Right after install → close the terminal completely and open a new one

  • Still not found → re-run the install steps

See detailed logs

blaze --verbose

Shows verbose operation logs.

Contact support

If you can’t resolve the issue, contact support with the following info:

  • Blaze CLI version (output of blaze --version)

  • Your OS

  • What you were doing

  • The error message you saw