mirror of
https://github.com/jwadow/kiro-gateway.git
synced 2026-04-25 01:15:57 +03:00
[GH-ISSUE #13] Got 401 error #10
Labels
No labels
bug
bug
enhancement
enhancement
fixed
fixed
invalid
needs-info
needs-testing
pull-request
question
upstream
wontfix
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kiro-gateway-jwadow#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kidoln on GitHub (Jan 5, 2026).
Original GitHub issue: https://github.com/jwadow/kiro-gateway/issues/13
I got this error. Is it an account issue? It works fine in Kiro IDE.
{"detail":"Internal Server Error: Client error '401 Unauthorized' for url 'https://prod.us-east-1.auth.desktop.kiro.dev/refreshToken'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401"}%@jwadow commented on GitHub (Jan 5, 2026):
@kidoln Hi, could you tell me what authentication method you're using? Kiro IDE
json, I assume? If so, are you sure you didn't click "Log Out" in Kiro IDE itself? Otherwise, this is a strange error, my software still works, I just checked. The path may be incorrect or the data may be out of date.In any case, double-check the instructions for setting up
.env@kidoln commented on GitHub (Jan 6, 2026):
I have just fixed this issue, which was caused by the program's incompatibility with my authentication method. Thank you for your work.