did you restart queue worker(s)?
Laravel error : Driver [apn] not supported
Hello everyone,
I have a small problem and have been stuck for a few hours. I have done everything as described in the documentation.
laravel-notification-channels
Package installed, then installed in laravel broadcasting
php artisan install:broadcasting in the file board casting the entered as it is in the documentation
'apn' => [
'app_bundle_id' => env('APN_BUNDLE_ID'),
'certificate_path' => env('APN_CERTIFICATE_PATH'),
'certificate_secret' => env('APN_CERTIFICATE_SECRET'),
'production' => env('APN_PRODUCTION', true),
],
Of course, the whole thing is also created in the end as intended. Certificates created and everything added and set up at apple. Every time I now create an album from my app, which triggers a notification, I have this in the database for failed jobs and in the Laravel log file
[2024-05-30 16:32:15] local.ERROR: Driver [apn] not supported. {“exception”:"[object] (InvalidArgumentException(code: 0): Driver [apn] not supported.
I don't know what to do and hope that someone here might be able to help me. LG Sascha
Translated with DeepL.com (free version)
Please or to participate in this conversation.