Notifications - Delivery error: "networkError: true"

Getting the notification delivery error networkError: true occurs when the webhook delivery attempts fail to reach your assigned URL with your subscription.

πŸ“˜

This error can appear when our notification service is unable to verify the certificate of your domain.

Example error:

"nextTime": 1672646494972,
"timestamp": 1672646502000,
"retryCount": 4,
"failed": true,
"response": {
     "networkError": true
 }

Steps to troubleshoot

  • Verify that everything is set up correctly for that subdomain/domain on your end.
  • If some webhooks work but others do not, try comparing the settings between your subdomains and find differences that can lead to issues.
    E.g., DNS settings, cipher, certificate issuer, web server settings, and more.
  • To guarantee the authenticity of the notification, you may want to consider using HMAC.