We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output from azd version azd version 1.0.1 (commit e0cd1ac)
azd version
Describe the bug Getting this error when trying to login:
azd auth login
ERROR: logging in: failed to authenticate: exec: "xdg-open,x-www-browser,www-browser": executable file not found in $PATH
To Reproduce Steps to reproduce the behavior...
Install azd with this script: curl -fsSL https://aka.ms/install-azd.sh | bash run azd auth login
Expected behavior Login successful
Environment Information on your environment: WSL Ubuntu
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@ruslany thanks for reporting this. There is a similar issue #2291. Marking this as a duplicate.
As a workaround you could do azd auth login --use-device-code #2291 (comment)
azd auth login --use-device-code
Sorry, something went wrong.
ellismg
rajeshkamal5050
No branches or pull requests
Output from
azd version
azd version 1.0.1 (commit e0cd1ac)
Describe the bug
Getting this error when trying to login:
azd auth login
ERROR: logging in: failed to authenticate: exec: "xdg-open,x-www-browser,www-browser": executable file not found in $PATH
To Reproduce
Steps to reproduce the behavior...
Install azd with this script:
curl -fsSL https://aka.ms/install-azd.sh | bash
run
azd auth login
Expected behavior
Login successful
Environment
Information on your environment:
WSL Ubuntu
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: