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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: