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
That route is to save the JSON
I just save the endpoint and don't care for the rest.
I use $user->updatePushSubscription($request->endpoint); to save it. Saved to DB.
But, when I try to notify the User, I got this error.
ErrorException with message 'Subscription should have a content encoding'
I ever see your code that the available value is aesgcm and aes128gcm. But it only return null and no notification occured.
How to solve this error?
The text was updated successfully, but these errors were encountered:
Hi,
I develop Laravel App with your packages.
This is my route
That route is to save the JSON
I just save the
endpoint
and don't care for the rest.I use
$user->updatePushSubscription($request->endpoint);
to save it. Saved to DB.But, when I try to notify the User, I got this error.
I ever see your code that the available value is
aesgcm
andaes128gcm
. But it only return null and no notification occured.How to solve this error?
The text was updated successfully, but these errors were encountered: