You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The failed tab generated 36 equivalent enterprise-host 404 responses.
The active app log contained no api.github.com request.
Nine older public github.com issues failed through the same enterprise endpoint.
Failures reported auth_required=false and rate_limited=false.
Observed versus unconfirmed
Observed: public github.com issue resources are routed to the active enterprise API host, and the failed inline view provides no browser fallback.
Unconfirmed: logs do not contain the original clicked URL, so they do not show where its github.com host was lost. Pull-request behavior has not been verified.
Summary
Opening a public
github.comissue link in the desktop app creates an inline tab that fails with:The tab offers only Retry. Logs show the request being sent to the active enterprise API host instead of
api.github.com.Environment
github.comaccess is also configuredReproduction
Windows desktop app takes ~1-2 minutes to become usable while startup launches multiple CLI processes #4176
Older public issues, including #2901, produced the same failure, ruling out new-issue propagation as the explanation.
Expected behavior
The link's origin host should be preserved. The app should either:
github.comissue inline usinggithub.com; orAn
owner/repository/numberresource must not be resolved against a different GitHub host.Sanitized evidence
api.github.comrequest.github.comissues failed through the same enterprise endpoint.auth_required=falseandrate_limited=false.Observed versus unconfirmed
Observed: public
github.comissue resources are routed to the active enterprise API host, and the failed inline view provides no browser fallback.Unconfirmed: logs do not contain the original clicked URL, so they do not show where its
github.comhost was lost. Pull-request behavior has not been verified.Related issue
Related, but not a duplicate: #4148.
Questions
Additional context
This was a read-only investigation. A sanitized screenshot is available showing the inline error and its Retry-only recovery.