nbrc wrote:Found the problem
In main.html, you've missed a > character which stops the popper and bootstrap scripts from loading. Have edited main.html manually and confirmed that it all works properly now.
<script src="scripts/jquery-2.2.0.min.js"></script>
<script src="scripts/jquery.validate.min.js"></script>
<script src="scripts/moment.min.js"></script>
<script src="scripts/popper.min.js"</script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="scripts/bootstrap-datetimepicker.min.js"></script>
<script src="scripts/bootbox.min.js"></script>
<script src="scripts/knockout-3.4.0.js"></script>
<script src="scripts/knockout-mapping.js"></script>
<script src="scripts/require.js"></script>
<script src="Frontend.js"></script>
I updated to manager 1.0.22 and had this same issue. I added the missing > and all my previous issues with manager appear to be fixed.