I changed my HTML-embedded svgs to a a file location, served by Webpack.
<svg class="rsvg largeTileBlock__itemDataIconSvg inlineBlock relative">
<use xlink:href="http://localhost:9001/dist/img/app/icons.svg#rsvg__arrows--trendDown"
href="http://localhost:9001/dist/img/app/icons.svg#rsvg__arrows--trendDown"
/>
</svg>
This works in the Nginx page. But this doesn't work in my Tomcat page, I'm working on.
What could be wrong? (Arrow Up should be loading in the circle in second image)