You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description
My development push service certificate has just been expired and Parse Server crashes every time a push is sent.
Parse Server version: 2.4.0
Node version: 6.10.3
Mongo version: 3.2.13
Exception:
Error: certificate has expired: 2017-05-19T09:18:22.000Z
at validateCredentials (/PARSE_SEVER_PATH/node_modules/apn/lib/credentials/validate.js:12:9)
at /PARSE_SEVER_PATH/node_modules/apn/lib/connection.js:163:5
at _fulfilled (/PARSE_SEVER_PATH/node_modules/q/q.js:854:54)
at self.promiseDispatch.done (/PARSE_SEVER_PATH/node_modules/q/q.js:883:30)
at Promise.promise.promiseDispatch (/PARSE_SEVER_PATH/node_modules/q/q.js:816:13)
at /PARSE_SEVER_PATH/node_modules/q/q.js:624:44
at runSingle (/PARSE_SEVER_PATH/node_modules/q/q.js:137:13)
at flush (/PARSE_SEVER_PATH/node_modules/q/q.js:125:13)
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickDomainCallback (internal/process/next_tick.js:128:9)
The text was updated successfully, but these errors were encountered:
Issue Description
My development push service certificate has just been expired and Parse Server crashes every time a push is sent.
Parse Server version: 2.4.0
Node version: 6.10.3
Mongo version: 3.2.13
Exception:
The text was updated successfully, but these errors were encountered: