Connection Issues
OAuth and integration problems
Connection Issues
OAuth Flow Failures
"Access Denied" During OAuth
Possible Causes:
- User cancelled the OAuth flow
- Missing required scopes
- Account doesn't have required permissions
Solutions:
- Retry the OAuth flow
- Check that your OAuth app has the required scopes
- Verify the user has admin permissions in the target system
"Token Expired" Error
Cause: The OAuth refresh token has expired or been revoked.
Solution: Re-authenticate by going through the OAuth flow again.
Connection Status: Error
Salesforce
- Check that the Connected App is still active
- Verify API access is enabled for the user
- Confirm the user's Salesforce license includes API access
HubSpot
- Verify the HubSpot account is not deactivated
- Check that required scopes are still granted
- Ensure the app isn't uninstalled from HubSpot
Stripe
- Confirm the Stripe account is in good standing
- Check API key permissions
- Verify the account isn't in test mode (if using live mode)
Webhook Issues
Webhooks Not Received
- Check the webhook URL is correctly configured in the provider
- Verify your firewall allows incoming requests
- Check the provider's webhook logs for delivery errors
Signature Verification Failed
- Verify the webhook secret is correctly configured
- Check the request body isn't being modified by middleware
- Ensure you're using the raw request body for verification