generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
pending-maintainer-responseIssue is pending a response from the Kiro teamIssue is pending a response from the Kiro teampending-triage
Description
Before opening, please confirm:
Operating System
darwin
Kiro Version
0.11.107
Bug Description
Cannot log in with any authentication method im interested in using (google or github). The browser says ERR_CONNECTION_RESET
After having kiro cli look at logs, here's what it concluded:
Looking at the log again β the redirect_uri is http://localhost:3128 (no path), but the callback URL hitting the server is
http://localhost:3128/oauth/callback?.... The server likely only handles the bare / redirect, not /oauth/callback.
This looks like a bug in Kiro IDE. The GitHub OAuth callback is returning a URL with /oauth/callback path but Kiro's local server isn't handling that
route.
Steps to Reproduce
Open a fresh install of kiro and try to log in. It doesn't work.
Expected Behavior
Should be able to log in.
Conversation ID
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pending-maintainer-responseIssue is pending a response from the Kiro teamIssue is pending a response from the Kiro teampending-triage