Troubleshooting guide for frequent errors and how to fix them.
Token refresh
log operations:error
and error_description
fields may differ by API, but typically include invalid_grant
and mention the token being expired or revoked.404
unknown_connection
secretKey
in the API or SDK is specific to the environment. Make sure you pass the key that corresponds to the environment you are using (e.g., dev vs prod).providerConfigKey
)
Integration ID
exactly.providerConfigKey
matches this ID.Connection ID
.connectionId
(header Connection-Id
when using HTTP, or connectionId
in the SDK) matches exactly.