It not show all the logs on start about mapped routes and other. When I access an api route it return 404.
If i output the result, I see only some modules, 5 from 15, it stop and not go to other.
console.log(this.generateDenormalizedDocument(
metatype as Type<unknown>,
prototype,
instance,
documentResolvers,
applicationConfig,
options
))
If i change order of modules in app module i see other 5 module, and it stop on other module.
Without modules also not worked.