Hi, is anyone encountering this error when you try to run yarn start?
2025-11-07T10:21:13.271Z backstage error Unhandled rejection Cannot read properties of undefined (reading 'id') type="unhandledRejection" stack="TypeError: Cannot read properties of undefined (reading 'id')\n at BackendInitializer.#doStart (C:\\DevWorks\\Backstage\\backstage\\node_modules\\@backstage\\backend-app-api\\src\\wiring\\BackendInitializer.ts:298:50)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async BackendInitializer.start (C:\\DevWorks\\Backstage\\backstage\\node_modules\\@backstage\\backend-app-api\\src\\wiring\\BackendInitializer.ts:245:5)\n at async BackstageBackend.start (C:\\DevWorks\\Backstage\\backstage\\node_modules\\@backstage\\backend-app-api\\src\\wiring\\BackstageBackend.ts:38:5)"
On my local, it will show this error message on console, then proceeds on loading the page, however once it is deployed to Docker, the container crashes and fails to startup due to this error, Resulting to 404 Not Found.
I've only encountered upon upgrade.,