Improve API error messages: show HTTP status, catch network errors #6
Reference in New Issue
Block a user
Delete Branch "feature/auth-invites"
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?
"Unknown error" was hiding the actual HTTP status (likely 502 from
nginx). Now shows "HTTP 502 Bad Gateway" etc. Network TypeErrors
(connection refused) also get a clear message.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com