08 — Troubleshooting
Fast checks when the client does not connect
The endpoint uses standard Streamable HTTP with bearer authentication. Connection failures usually come from a missing, revoked, or stale client token.
HTTP 401: create a new token in Settings, update the client secret, and restart the client.
HTTP 429: wait for the Retry-After interval before reconnecting.
Writes rejected: confirm the token owner is still an owner or admin member.
Scheduled posts absent: verify the Zernio connection, exact account mapping, and feature flag on both web and worker.
Worker unhealthy: repair the Railway worker before expecting DMs or publication reconciliation.