-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
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
GitHub Authentication: Sign in failed: Error: No auth flow succeeded #195286
Comments
@axosoft-ramint @eamodio what's the API call you make to |
Fixes #195286 If the auth provider doesn't support multiple accounts and we have a valid session and the user consented, then use that session.
I have a potential fix for this... though, I'm a little suspicious of it. Can you try with github.dev targeting Insiders tomorrow? |
Fixes #195286 If the auth provider doesn't support multiple accounts and we have a valid session and the user consented, then use that session.
We call |
Fixes #195286 If the auth provider doesn't support multiple accounts and we have a valid session and the user consented, then use that session.
Verifying that the issue no longer occurs for me when using the Insiders version. Thank you! 👍🏼 |
Fixes microsoft#195286 If the auth provider doesn't support multiple accounts and we have a valid session and the user consented, then use that session.
The GitHub Auth extension is running into an issue with CORS, which results in an error when authenticating.
Devtools yields the following logs:
Requirements:
Developer: Reset User Data
from the Command Palette).Steps to Reproduce:
The extension ____ wants to sign in using GitHub
modal. clickAllow
.Sign in failed: Error: No auth flow succeeded.
Update: The auth seems to work fine on vscode.dev; only able to reproduce the issue in github.dev.
The text was updated successfully, but these errors were encountered: