Components are not loading via WebJar without version number in path
Opened this issue · 0 comments
jonathanmtran commented
Components are not loading via the WebJar
Going to http://localhost:8080/resource-server/webjars/uportal__notification-icon/dist/notification-icon.min.js results
in a 404
, but going to http://localhost:8080/resource-server/webjars/uportal__notification-icon/1.0.4/dist/notification-icon.min.js
(added version 1.0.4 to the URL) would result in the JS for a component.
Other components do not have this issue