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
I'm getting an issue in Vapor that I can't recreate locally. Stack trace attached:
Exception: HTTP/2 stream 15 was not closed cleanly before end of the underlying stream in /var/task/vendor/edamov/pushok/src/Client.php:161
Stack trace:
#0 /var/task/vendor/laravel-notification-channels/apn/src/ApnChannel.php(79): Pushok\Client->push()
#1 /var/task/vendor/laravel-notification-channels/apn/src/ApnChannel.php(58): NotificationChannels\Apn\ApnChannel->sendNotifications(Object(Pushok\Client), Object(NotificationChannels\Apn\ApnMessage), Array)
#2 /var/task/vendor/laravel/framework/src/Illuminate/Notifications/NotificationSender.php(148): NotificationChannels\Apn\ApnChannel->send(Object(App\Models\User), Object(App\Notifications\NewEpisode))```
Thank you!
The text was updated successfully, but these errors were encountered:
Looks like this is an issue with pushok which is the library we use under the hood to send notifications with APN. I wonder if the issue is with pushok or something that Vapor is doing. Either way, I don't think it's something we can address in this package.
Hey all,
I'm getting an issue in Vapor that I can't recreate locally. Stack trace attached:
The text was updated successfully, but these errors were encountered: