Where does the bug appear (feature/product)?
Something else — Grok Bot / Grok iOS app GitHub connector
Describe the Bug
The GitHub connector in the Grok iOS app fails to load even though my GitHub account is shown as Connected.
The following error appears:
Error — Failed to load connector
“Couldn’t start sign-in: Streamable HTTP error: Error POSTing to endpoint: bad request: Authorization header is badly formatted”
The account section still shows my default GitHub account as Connected.
Pressing Retry does not resolve the problem.
Steps to Reproduce
- Open the Grok app on iPhone.
- Open the GitHub connector.
- Attempt to load/use the connected GitHub account.
- The connector fails to initialize.
- The error reports that the Authorization header is badly formatted.
- Press Retry.
- The same error persists.
Expected Behavior
The connected GitHub account should authenticate successfully and the GitHub connector should load normally, allowing Grok to access the GitHub functionality exposed through the connector.
Screenshots / Screen Recordings
Screenshot attached showing:
- GitHub connector
- GitHub account listed as Connected
- Failed to load connector
- “Authorization header is badly formatted” error
- Retry button
Operating System
The issue occurs in the Grok iOS app, not Cursor IDE.
Device: iPhone 16 Pro Max
iOS Version: 26.6
Version Information
Grok iOS app version: **1.4.0 (6495)
Cursor IDE/CLI version: N/A
For AI issues: which model did you use?
N/A — this appears to be a Grok GitHub connector authentication issue, not a model-generation issue.
Request ID
N/A / not available
Additional Information
The GitHub account is displayed by Grok as Connected, but the connector cannot initialize.
The specific server-side/client authentication error is:
“Streamable HTTP error: Error POSTing to endpoint: bad request: Authorization header is badly formatted”
This suggests the connection exists but the authorization credentials/header being sent when the connector initializes may be malformed or incorrectly constructed.
Retrying does not resolve the issue.
Does this stop you from using Cursor?
No — Cursor itself works.
The problem is specifically with the GitHub connector inside the Grok iOS app.



