This is totally crazy
App hangs when starting, debug gives nothing more
[11:48:37] File change detected. Starting incremental compilation...
[11:48:37] Found 0 errors. Watching for file changes.
[Nest] 35692 - 21/09/2025 11:48:40 LOG [NestFactory] Starting Nest application...
[Nest] 35692 - 21/09/2025 11:48:40 LOG [InstanceLoader] TypeOrmModule dependencies initialized +66ms
[Nest] 35692 - 21/09/2025 11:48:40 LOG [InstanceLoader] ConfigHostModule dependencies initialized +2ms
[Nest] 35692 - 21/09/2025 11:48:40 LOG [InstanceLoader] DiscoveryModule dependencies initialized +0ms
[Nest] 35692 - 21/09/2025 11:48:40 LOG [InstanceLoader] DoctorsModule dependencies initialized +9ms
[Nest] 35692 - 21/09/2025 11:48:40 LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 35692 - 21/09/2025 11:48:40 LOG [InstanceLoader] ConfigModule dependencies initialized +0ms
I tried everything for hours, commented parts, uncommented, I cannot find the root cause 😮
From my investigations : not related to DB (postgres), no circular dep
What is strange is that I cannot see my PatientModule in that list, but if I comment out this module, nothing changes
Any clue please ? I feel like it is DI
Thanks...