-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
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
Client Exception #77
Comments
Are you sure that you've set the app_id ? |
Yes, now i have other issue, the player_id isnt in the mysql DB, i dont know how i make it works. |
Same error, i have mounted a Laravel app in local server and all works ok, but when i upload the same code to different server it's not works.
and
what can be failing?
SOLUTION: this error was created by permissions some files in server. verify permissions and update composer. Also upload again all project. |
@xcesaralejandro can you specifically say which is 'some files' that you mean? I think that can help another developer (include me) |
Ok, i got my solution php artisan config:clear solve my problem |
@IlhamWahabiGX I remember that I fixed that with:
|
I am also facing this issue, but clearing the cache does not fix it? Could this be a guzzle issue? |
Having this same issue. Have cleard cache nothing seems to work, verified if app_id is correct and it is. Verified if player id is sent properly and it is. So am confused right now. No added configuration, I setup the routnotificationonesignal. Function within the user model |
I'm also having a problem. I've used xdebug to see the flow of data and the app_id is set correctly, but it keeps resulting in: https://onesignal.com/api/v1/notifications` resulted in a |
How can i fix this issue ?
Client error:
POST https://onesignal.com/api/v1/notifications
resulted in a400 Bad Request
response:{"errors":["app_id not found. You may be missing a Content-Type: application/json header."]}
best regards!
The text was updated successfully, but these errors were encountered: