Open gilsdav opened 4 years ago
Configurations to reproduce:
RouterModule.forRoot(routes, { initialNavigation: 'disabled', preloadingStrategy: PreloadAllModules }), LocalizeRouterModule.forRoot(routes, { initialNavigation: true, .... })
This is the reason why browser-triggered navigations with locale links do throw 404? (ex: https://localhost:8080/fr) directly triggered from browser navigation throws 404
Configurations to reproduce: