APNS VError: stream ended unexpectedly with status null and empty body

Hi,

Had a Parse Server working fine with Push notifications to my Iphone. My phone was upgraded to iOS 17.1.1 and now the Push fails server side for

ERR! parse-server-push-adapter APNS  APNS error transmitting to device %s with error %s ******************************* VError: stream ended unexpectedly with status null and empty body
ERR! parse-server-push-adapter APNS     at ClientHttp2Stream.<anonymous> (/Users/ddrechse/go/src/github.com/ddrechse/spatial/node_modules/@parse/node-apn/lib/client.js:241:27)
ERR! parse-server-push-adapter APNS     at ClientHttp2Stream.emit (node:events:513:28)
ERR! parse-server-push-adapter APNS     at endReadableNT (node:internal/streams/readable:1358:12)
ERR! parse-server-push-adapter APNS     at processTicksAndRejections (node:internal/process/task_queues:83:21) {
ERR! parse-server-push-adapter APNS   jse_shortmsg: 'stream ended unexpectedly with status null and empty body',
ERR! parse-server-push-adapter APNS   jse_info: {},
ERR! parse-server-push-adapter APNS   cause: [Function: ve_cause]
ERR! parse-server-push-adapter APNS }

The Device ID is valid because when i use the PushNotification test tool

Push works fine

Any ideas
Thanks

I am using token config

  "push": {
    "ios": {
      "token": {
        "key": "./AuthKey_***********.p8",
        "keyId": "*********",
        "teamId": "***********" 
      },
      "topic": "com.ddrechse.*********",
      "production": false
    }
  }

Appears my Node installation was pooched. Reinstalled Node and it works again