You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes this error appears on some transmissions, although it successfully sends the same message to other people
What is the cause of this error and how do I correct it
Help please
The text was updated successfully, but these errors were encountered:
Hello,
There are not real standards for push notification services, and some does not support this playload lenght. If affects the push behavior on some browsers as Firefox for Android.
Reducing the playload lenght and automatic padding can be a solution :
$webPush = new WebPush();
$webPush->setAutomaticPadding(2048);
Sometimes this error appears on some transmissions, although it successfully sends the same message to other people
What is the cause of this error and how do I correct it
Help please
The text was updated successfully, but these errors were encountered: