Posts by Lucio Leandro • 21 points
5 posts
-
2
votes1
answer176
viewsQ: Routes Lazy loading not being loaded after login
Lazyloading modules are only loaded after I re-load the page. In an application I have a problem: when I log in successfully, I am redirected to a route called 'Dashboard', but from there when I try…
angularasked Lucio Leandro 21 -
0
votes2
answers492
viewsA: Css and js files do not load in production
What was causing the production error was the awesome font CSS, which for some reason I still don’t know, didn’t work in production and caused the rest of the CSS to not be loaded. I stopped…
-
0
votes1
answer429
viewsA: Spring Security configured in Springboot project does not work properly on external Tomcat
Well I figured out what was wrong. in the embedded Tomcat the application ran without a contextPath, so I mapped my controller following the pad. @RestController("meuprojeto/meucontroller") and in…
-
0
votes2
answers492
viewsQ: Css and js files do not load in production
Hello, When deploying my application to a server Tomcat 8.5 css and js files imported into angular json. are not loaded. locally works correctly Remarks: This server has a link to external access,…
-
0
votes1
answer429
viewsQ: Spring Security configured in Springboot project does not work properly on external Tomcat
My problem is this : I have an application made with Springboot, using the Maven, and making use of Spring Security. Throughout the development process, everything worked normally, I used the…