laravel-notification-channels / webpush

Webpush notifications channel for Laravel.
http://laravel-notification-channels.com
MIT License
685 stars 119 forks source link

get_object_vars(): Argument #1 #173

Open kakajan opened 2 years ago

kakajan commented 2 years ago

Hi, I have this error on web push with laravel 9. Please help me TypeError: get_object_vars(): Argument #1 ($object) must be of type object, array given in /home/.../vendor/pusher/pusher-php-server/src/Pusher.php:459

Thank you

kakajan commented 2 years ago

Solved by upgrading laravel websocket server to new version. But still can't send web push notifications while it's running without errors

rimace commented 2 years ago

The error wasn't on Webpush, but in the pusher/pusher-php-server package. Has Nothing to do with this package here.