Server crash (without changes)

Hello, the same code that I tried to redeploy is causing the server crash on railway, with this error:

info: Parse LiveQuery Server started running
/app/node_modules/parse-server/lib/ParseServer.js:261

throw err;

^

TypeError: Cannot read properties of undefined (reading 'body')

at NgrokClient.request (/app/node_modules/ngrok/src/client.js:40:26)

at processTicksAndRejections (node:internal/process/task_queues:96:5)

at async connectRetry (/app/node_modules/ngrok/index.js:29:22)

at async Server.<anonymous> (/app/build/index.js:45:21)

As mentioned I didn’t change anything, what could be the reason? Thank you

You could look at the file and line and post what you find there.