medium severityCourier push notifications

Push notifications fail to deliver with error like "Notification payload is too large. Actual length XXXX and MAX ALLOWED 4096" in Courier logs or provider feedback. No notification received by device.

Root cause

Push providers integrated with Courier (APNs, FCM) enforce strict payload limits (typically 4KB) to ensure efficient delivery. Courier passes through these limits; exceeding causes rejection by the provider.

courierpush-notificationsapnsfcmpayload-size413

Citations