I updated Zigbee2MQTT to version 2.0.0-1 today and it will no longer start. It fails with this log series repaeating on every start attempt:
[18:58:29] INFO: Preparing to start...
[18:58:29] INFO: Socat not enabled
[18:58:29] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2025-01-03 18:58:31] error: z2m: Error while starting zigbee-herdsman
[2025-01-03 18:58:31] error: z2m: Failed to start zigbee-herdsman
[2025-01-03 18:58:31] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2025-01-03 18:58:31] error: z2m: Exiting...
[2025-01-03 18:58:31] error: z2m: Error: Cannot discover TCP adapters at this time. Specify valid 'adapter' and 'port' in your configuration.
at findTCPAdapter (/app/node_modules/.pnpm/zigbee-herdsman@3.2.1/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:470:15)
at discoverAdapter (/app/node_modules/.pnpm/zigbee-herdsman@3.2.1/node_modules/zigbee-herdsman/src/adapter/adapterDiscovery.ts:496:26)
at Function.create (/app/node_modules/.pnpm/zigbee-herdsman@3.2.1/node_modules/zigbee-herdsman/src/adapter/adapter.ts:68:54)
at Controller.start (/app/node_modules/.pnpm/zigbee-herdsman@3.2.1/node_modules/zigbee-herdsman/src/controller/controller.ts:132:38)
at Zigbee.start (/app/lib/zigbee.ts:69:47)
at Controller.start (/app/lib/controller.ts:142:13)
at start (/app/index.js:161:5)