We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I face this issue when send push notifiation based on this,
OneSignal::sendNotificationToUser($message, $tokens, route('admin.ticket.show', $ticket));
The text was updated successfully, but these errors were encountered:
Make sure you have user_auth_key defined in services.php
user_auth_key
services.php
'onesignal' => [ 'app_id' => env('ONESIGNAL_APP_ID'), 'rest_api_key' => env('ONESIGNAL_REST_API_KEY'), 'user_auth_key' => env('ONESIGNAL_USER_AUTH_KEY'), 'guzzle_client_timeout' => env('ONESIGNAL_GUZZLE_CLIENT_TIMEOUT', 60), ],
Sorry, something went wrong.
No branches or pull requests
I face this issue when send push notifiation based on this,
OneSignal::sendNotificationToUser($message, $tokens, route('admin.ticket.show', $ticket));
The text was updated successfully, but these errors were encountered: