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
Hi,
I came across a login issue. When I ran " heroku login -i" from vps terminal, promt following errors
I tried to uninstall the CLI then reinstall it, It still works no well. Could you help to solve it ?
root@srv:~# heroku -v
heroku/7.39.2 linux-x64 node-v12.13.0
root@srv:~# heroku login -i
heroku: Enter your login credentials
Email: @.****
Password: *********
TypeError: Cannot read property 'id' of undefined
at Login.interactive (/usr/local/lib/heroku/node_modules/@heroku-cli/command/lib/login.js:183:30)
I found the code '/usr/local/lib/heroku/node_modules/@heroku-cli/command/lib/login.js:183:30 ',as following
if (!err.body || err.body.id !== 'two_factor') {
if (err.body.id === 'device_trust_required') {
err.body.message = 'The interactive flag requires Two-Factor Authentication to be enabled on your account. Please use heroku login.';
}
throw err;
}
The text was updated successfully, but these errors were encountered:
Hi,
I came across a login issue. When I ran " heroku login -i" from vps terminal, promt following errors
I tried to uninstall the CLI then reinstall it, It still works no well. Could you help to solve it ?
I found the code '/usr/local/lib/heroku/node_modules/@heroku-cli/command/lib/login.js:183:30 ',as following
The text was updated successfully, but these errors were encountered: