N8n unable to start after new update

TypeError: Missing parameter name at 7: https://git.new/pathToRegexpError
2025-11-23T15:56:28.302754271Z     at name (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/path-to-regexp/src/index.ts:153:13)
2025-11-23T15:56:28.302757234Z     at lexer (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/path-to-regexp/src/index.ts:168:21)
2025-11-23T15:56:28.302759444Z     at lexer.next (<anonymous>)
2025-11-23T15:56:28.302762059Z     at Iter.peek (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/path-to-regexp/src/index.ts:188:32)
2025-11-23T15:56:28.302764131Z     at Iter.tryConsume (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/path-to-regexp/src/index.ts:195:24)
2025-11-23T15:56:28.302766416Z     at Iter.text (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/path-to-regexp/src/index.ts:213:26)
2025-11-23T15:56:28.302768568Z     at consume (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/path-to-regexp/src/index.ts:285:23)
2025-11-23T15:56:28.302770707Z     at parse (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/path-to-regexp/src/index.ts:320:18)
2025-11-23T15:56:28.302772711Z     at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/[email protected]/node_modules/path-to-regexp/src/index.ts:503:40
2025-11-23T15:56:28.302774989Z     at Array.map (<anonymous>)

After updating my n8n instance using coolify, the n8n service is unable to start and returns this error.
I checked the n8n database on psql, the webhook related urls looks correct. I am not sure how to resolve this error.

Has anyone faced any similar issues?
If there is insufficient information please let me know. I can provide more information.