Skip to content

cannot log inΒ #6837

@Swolebrain

Description

@Swolebrain

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions