-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Parse Sever Crash When .p12 files missing #2117
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
Was there no output when the server crashed? Wondering how obscure the issue would be when someone runs into this, and if its worth handling as a special case. |
There was but I was in a rush to fix it because my production app relies on the server. I think this is not obscure at all, just remove the .p12 files from the location specified in your index.js and send a push. |
I ran into an issue today where the push certificate had expired and as a result parse server was unresponsive and continued to crash. |
Closing as it’s an issue in the node-APN module. If you want it fixed, open the issue there |
I found the issue on the parse server push adapter module. Thanks! |
Issue Description
I just finished updating my server and didn't have the push notification .p12 files on the new instance. When I tried to send a push notification using the server, not only did it not go through, but the server instance crashed.
Steps to reproduce
Expected Results
Verbose about missing .p12 files and no pushes actually sent out ONLY
Actual Outcome
Verbose and server crash
Environment Setup
Logs/Trace
Didn't keep it
The text was updated successfully, but these errors were encountered: