Using JS create the bootstrap modal instance.
const modal = new bootstrap.Modal(document.getElementById('staticBackdrop')); modal.hide();