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
Hello, I did configurations to code push api, and cli.
Both the API server and CLI are set up, and Oauth authentication is set to Microsoft.
I'm running the server on localhost for quick testing.
But there's one problem.
When I try to register an account with CLI, the browser redirects infinitely.
If I clear the cookies and try again, I can log in normally, but it doesn't return to the redirect URI normally.
How do I fix this?
The text was updated successfully, but these errors were encountered:
And, even if you successfully log in to your Microsoft account, the redirection continues to repeat as the URL parameters change.
Sorry, something went wrong.
I have had the same issue, had to change to github Oauth. Have you found a solution by any chance ?
No branches or pull requests
Hello, I did configurations to code push api, and cli.
Both the API server and CLI are set up, and Oauth authentication is set to Microsoft.
I'm running the server on localhost for quick testing.
But there's one problem.
When I try to register an account with CLI, the browser redirects infinitely.
If I clear the cookies and try again, I can log in normally, but it doesn't return to the redirect URI normally.
How do I fix this?
The text was updated successfully, but these errors were encountered: