Closed ypujante closed 9 years ago
Based on forum thread discussion http://glu.977617.n3.nabble.com/bootstrap-min-js-redirect-td4026861.html
The issue is that /console/js/bootstrap.min.js triggers a redirect to /console/static/js/bootstrap.min.js which unfortunately drops the https component although it is set in the grails configuration serverURL entry.
/console/js/bootstrap.min.js
/console/static/js/bootstrap.min.js
serverURL
Fixed with 5.5.5
Based on forum thread discussion http://glu.977617.n3.nabble.com/bootstrap-min-js-redirect-td4026861.html
The issue is that
/console/js/bootstrap.min.js
triggers a redirect to/console/static/js/bootstrap.min.js
which unfortunately drops the https component although it is set in the grails configurationserverURL
entry.