When I run flyctl auth login
in the terminal
and then enter my email address and password, along with my one time password in the CLI,
I encounter this error:
Error Incorrect email and password combination
Is there a way to force flyctl to open the login page in the browser instead of the CLI?
OS:
Linux -Ubuntu
If you aren’t using interactive method during the authentication, flyctl usually opens a browser for authentication.
It looks like an older/corrupt version of Fly’s CLI was installed so the fix was:
For Ubuntu,
- Go to ‘Ubuntu Software’
- Locate the
Flyctl
installation
- Uninstall it.
- Re-Install it
If you receive Unable to install flyctl: snap "flyctl requires devmode or confinement override
then use the Linux command found here: Install flyctl · Fly Docs which is currently: curl -L https://fly.io/install.sh | sh
1 Like