laravel-notification-channels / webpush

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

Error Message: ReportHandlerInterface is not instantiable while building WebPushChannel #175

Open Raylis opened 2 years ago

Raylis commented 2 years ago

I followed the steps described on documentation to send notifications in an API Controller with webpush, but I keep receiving this message output:

"message": "Target [NotificationChannels\WebPush\ReportHandlerInterface] is not instantiable while building [NotificationChannels\WebPush\WebPushChannel].", "exception": "Illuminate\Contracts\Container\BindingResolutionException", "file": "/web/htdocs/www.sglive.it/home/apidev/project/vendor/laravel/framework/src/Illuminate/Container/Container.php", "line": 1087,

Any idea on how to solve this?