How many modules can be hooked in a single C8Y application

Hi Lucas,

Please try to follow the IoT Forum rules & General Posting guidelines and use only labels/tags that are related to IoT/Cumulocity, I’ve removed the additional ones.
Also consider providing version information, that would usually be part of the post templates…

where is your route for the cases-errors-dashboard path defined?
Please also provide full code snippets for where you are using the routes array afterwards in your modules.

Within your main appModule, you can enable tracing for the RouterModule, this should provide you some more details related to routing in your browsers console.

import { RouterModule as ngRouterModule } from '@angular/router';
[...]
ngRouterModule.forRoot([], { enableTracing: true, useHash: true }),

Regards,
Tristan