Every time I try to load a page with this particular script:
this.router.navigateByUrl('/report-result/'+report.id);
It appears that not all the CSS and JS files are being loaded properly. The bootstrap popovers don't show up, and some elements are out of place. Strangely, if I access the page directly through the URL or refresh the page, everything works perfectly. Any suggestions on what might be causing this issue?