-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
ERR! parse-server-push-adapter APNS cannot find vaild connection #1665
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
Comments
Met the same problem. Sending notification to android is okay but iOS is not. Anybody have solutions for that? |
Same problem here ! |
I fix the problem by removing
If this line is present, i got "APNS cannot find vaild connection" whatever if i set Strange!!!! |
Did you fix the problem? |
The problem is still present. I did not try setting The make it clear: Push notification do get send out fine. I just do not know why this error appears. I think the error is caused by devices which do not have the app installed any more? |
@funkenstrahlen that may be possible. I'm closing this issue here for now, it is still problematic please reopen on parse-server-push-adapter. |
moved the issue as you suggested |
I found that (as flessard notes above) if I don't specify "production" at all, push notifications start working with either dev or production certificate. Maybe it's meant only to be used if you're specifying an array of certificates? The problem is that examples like the one here ask you to include it regardless! |
My parse server log is filled with
ERR! parse-server-push-adapter APNS cannot find vaild connection
errors. Push Notifications reach devices though. This seems to happen for devices that uninstalled the app and are now no longer reachable.Environment Setup
Steps to reproduce
Expected Behaviour
Devices that are no longer reachable get removed from the database.
Logs/Trace
The text was updated successfully, but these errors were encountered: