Scheduled reads stopped running
Reads paused after repeated failures. Check the connection, then unpause via API.
read
Proxy call returns
429 Too Many RequestsUse throttle mode and the retry-after headers instead of hammering the provider.
proxy
Webhook receiver rejects large payloads
Payloads reach 300 KB, so raise your body-size limit or switch to URL delivery.
webhooks
Webhook signature verification fails
Verify the
svix-signature header with that destination’s own signing secret.webhooks
Connection shows
bad_credentialsThe customer’s credentials are no longer valid, so have them re-authenticate.
auth
Async write accepted but the record is missing
Accepted is not applied. Check the operation’s status and logs.
write
Salesforce read:
No such column errorThe connected user lacks field-level visibility, or the field name is wrong.
read
Salesforce write:
No such column errorThe field doesn’t exist in the customer’s org, or the user can’t see it.
write
Salesforce subscribe fails with
LIMIT_EXCEEDEDSalesforce allows Change Data Capture on 5 entities by default. Reduce objects or add the license.
subscribe
Salesforce subscribe events don’t fire for a field
Salesforce only emits change events for direct fields, not derived ones like LastActivityDate.
subscribe
Salesforce connection turns
bad_credentialsMissing refresh_token scope, a reused app, an expiring token policy, or revoked access.
auth
Salesforce returns
INVALID_SESSION_IDCheck the connection’s scopes, app reuse across projects, and duplicate connections.
auth
Salesforce read:
too many junction idsEmailMessage junction lookups exceed 500. Drop the ID fields or read EmailMessageRelation.
read
Salesforce OAuth:
OAUTH_APPROVAL_ERROR_GENERICThe installing user needs Use Any API Client or Approve Uninstalled Connected Apps.
auth
Salesforce OAuth:
OAUTH_EC_APP_NOT_FOUNDThe package was never installed, or the app was created in the wrong org.
auth
Salesforce:
Object type is not supported for a standard objectUsually an object permission gap for the connected user, not a missing object.
read
Check a customer’s Salesforce API quota
Query the limits endpoint through the proxy when you suspect rate limiting.
proxy
Salesforce (JWT) installation fails
Certificate, consumer key, and OAuth policy checks for the JWT flow.
auth
Google delegation:
unauthorized_client errorDomain-wide delegation isn’t authorized for the service account’s client ID and scopes.
auth
Google delegation:
invalid_grant errorThe impersonated user or key is invalid. Check the connection details.
auth

