You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ever I run heroku pg:diagnose it's giving this error:
TypeError: Cannot read properties of undefined (reading 'exitCode')
When I run HEROKU_DEBUG=1 heroku pg:diagnose it shows:
TypeError: Cannot read properties of undefined (reading 'exitCode')
at Diagnose.catch (/opt/homebrew/Cellar/heroku/10.0.0/libexec/lib/node_modules/heroku/node_modules/@oclif/core/lib/command.js:226:52)
at Diagnose._run (/opt/homebrew/Cellar/heroku/10.0.0/libexec/lib/node_modules/heroku/node_modules/@oclif/core/lib/command.js:121:29)
at async Config.runCommand (/opt/homebrew/Cellar/heroku/10.0.0/libexec/lib/node_modules/heroku/node_modules/@oclif/core/lib/config/config.js:314:25)
at async Object.run (/opt/homebrew/Cellar/heroku/10.0.0/libexec/lib/node_modules/heroku/node_modules/@oclif/core/lib/main.js:89:16)
heroku-cli version heroku/10.0.0 darwin-arm64 node-v23.5.0
The text was updated successfully, but these errors were encountered:
We have other reports about the same issue and have identified the root cause. A fix is ready to be released this week.
If you're urged to use that command, please downgrade your Heroku CLI with heroku update --version=9.5.1. That will allow you to run the command. Once the release is out with the fixes you can upgrade again to v10 with heroku update stable and verify the command is now working correctly with v10.
We're sorry about the inconveniences this might have caused.
Bug Report
When ever I run
heroku pg:diagnose
it's giving this error:When I run
HEROKU_DEBUG=1 heroku pg:diagnose
it shows:heroku-cli version
heroku/10.0.0 darwin-arm64 node-v23.5.0
The text was updated successfully, but these errors were encountered: