When CodePush account registration from CLI, too many redirects error occured
Opened this issue · 2 comments
levin-yu commented
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?
levin-yu commented
And, even if you successfully log in to your Microsoft account, the redirection continues to repeat as the URL parameters change.
ZoiTim commented
I have had the same issue, had to change to github Oauth.
Have you found a solution by any chance ?